RowsFetchState Enum
In This Article
Lists states of the fetch rows operation.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Members
Name | Description |
---|---|
In
|
The virtual source loads rows from the data source. |
Finished
|
Rows are loaded from the data source. |
Error
|
An error occurred, and a user cannot retry to load rows. |
Error
|
An error occurred, and a user can retry to load rows. |
#Related API Members
The following properties accept/return RowsFetchState values:
See Also