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

InfiniteSourceBase.RowsFetchState Property

Gets a state of fetching rows.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public RowsFetchState RowsFetchState { get; }

Property Value

Type
RowsFetchState

Available values:

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.

Remarks

The GridControl uses the RowsFetchState property to display the bottom row with indication.

You can use this property to show an out-of-the-grid indication.

See Also