Skip to main content

InfiniteSourceBase.RowsFetchState Property

Gets a state of the fetch rows operation.

Namespace: DevExpress.Xpf.Data

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public RowsFetchState RowsFetchState { get; }

Property Value

Type Description
RowsFetchState

A state of the fetch rows operation.

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.

RequiresRefresh

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