InfiniteSourceBase.RowsFetchState Property
Gets a state of the fetch rows operation.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| RowsFetchState | A state of the fetch rows operation. |
Available values:
| Name | Description |
|---|---|
| InProgress | Not all rows are loaded from the server. |
| Finished | All rows are loaded from the server. |
| ErrorFinished | An error occurred, and an end-user cannot retry loading rows. |
| ErrorRetry | An error occurred, and an end-user can retry loading rows. |
| RequiresRefresh |
Remarks
The GridControl uses the RowsFetchState property to display the bottom row with indication.
You can use this property to show an out-of-the-grid indication.
See Also