Skip to main content

FetchRowsResult.HasMoreRows Property

Gets whether a data source has more rows.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public bool HasMoreRows { get; }

#Property Value

Type Description
Boolean

true if a data source has more rows; otherwise, false.

See Also