VirtualServerModeRowsTaskResult.MoreRowsAvailable Property
Gets or sets whether additional rows are available.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if more rows are available; otherwise, false. |
Remarks
If you set the MoreRowsAvailable property to false, the grid stops requesting for more rows after it receives the current batch of rows.
See Also