Skip to main content
A newer version of this page is available. .

VirtualServerModeRowsTaskResult.MoreRowsAvailable Property

Gets or sets whether additional rows are available.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v18.2.dll

Declaration

public bool MoreRowsAvailable { get; set; }

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