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

RowsFetchState Enum

Lists possible states of fetching rows.

Namespace: DevExpress.Xpf.Data

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

Declaration

public enum RowsFetchState

Members

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.

Related API Members

The following properties accept/return RowsFetchState values:

Remarks

This enumeration is used by the InfiniteSourceBase.RowsFetchState property.

See Also