RowsFetchState Enum
Lists possible states of fetching rows.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Members
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
|
Related API Members
The following properties accept/return RowsFetchState values:
Remarks
This enumeration is used by the InfiniteSourceBase.RowsFetchState property.
See Also