RowsFetchState Enum
In This Article
Lists possible states of fetching rows.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
In
|
Not all rows are loaded from the server. |
Finished
|
All rows are loaded from the server. |
Error
|
An error occurred, and an end-user cannot retry loading rows. |
Error
|
An error occurred, and an end-user can retry loading rows. |
Requires
|
#Related API Members
The following properties accept/return RowsFetchState values:
#Remarks
This enumeration is used by the InfiniteSourceBase.RowsFetchState property.
See Also