Skip to main content

InfiniteSourceBase.RowsFetchState Property

Gets the state of fetching rows.

Namespace: DevExpress.Data

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public RowsFetchState RowsFetchState { get; }

Property Value

Type
DevExpress.Data.RowsFetchState

Remarks

The GridControl uses the RowsFetchState property to display the bottom row with indication.

You can use this property to show a custom indication.

See Also