PageManagerShowPhantomRows Property
Gets or sets a
Boolean value indicating
whether
DataGrid should display phantom rows.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public virtual bool ShowPhantomRows { get; set; }
Public Overridable Property ShowPhantomRows As Boolean
Get
Set
Property Value
Boolean
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.