Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RowsFetchState Enum

Lists possible states of fetching rows.

Namespace: DevExpress.Xpf.Data

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

NuGet Package: DevExpress.Wpf.Core

#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.

RequiresRefresh

#Related API Members

The following properties accept/return RowsFetchState values:

#Remarks

This enumeration is used by the InfiniteSourceBase.RowsFetchState property.

See Also