Back to Devexpress

RowsFetchState Enum

wpf-devexpress-dot-xpf-dot-data-569407c4.md

latest1.3 KB
Original Source

RowsFetchState Enum

Lists possible states of fetching rows.

Namespace : DevExpress.Xpf.Data

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum RowsFetchState
vb
Public Enum RowsFetchState

Members

NameDescription
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 | |

The following properties accept/return RowsFetchState values:

Remarks

This enumeration is used by the InfiniteSourceBase.RowsFetchState property.

See Also

DevExpress.Xpf.Data Namespace