PageManagerShowPhantomRows Property

Gets or sets a Boolean value indicating whether DataGrid should display phantom rows.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public virtual bool ShowPhantomRows { get; set; }

Property Value

Boolean

Remarks

Phantom rows are empty rows which do not exist in the data source. If this property is set to true and there is a free space in DataGrid's client area (this usually happens if paging is used), DataGrid will display empty rows with no data.

See Also