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

InfiniteSourceBase.RowsFetchState Property

Gets the state of fetching rows.

Namespace: DevExpress.Data

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

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