Skip to main content
A newer version of this page is available. .

InfiniteSourceBase.RowsFetchState Property

Gets a state of the fetch rows operation.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public RowsFetchState RowsFetchState { get; }

Property Value

Type Description
RowsFetchState

A state of the fetch rows operation.

Available values:

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.

See Also