Skip to main content

RowsFetchState Enum

Lists states of the fetch rows operation.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum RowsFetchState

Members

Name Description
InProgress

The virtual source loads rows from the data source.

Finished

Rows are loaded from the data source.

ErrorFinished

An error occurred, and a user cannot retry to load rows.

ErrorRetry

An error occurred, and a user can retry to load rows.

Related API Members

The following properties accept/return RowsFetchState values:

See Also