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

FetchMode Enum

Lists the possible modes of fetching rows.

Namespace: DevExpress.Xpf.Data

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

Declaration

public enum FetchMode

Members

Name Description
Auto

Rows are loaded automatically when the last row is requested from the source.

Manual

Rows are loaded manually using the InfiniteSourceBase.FetchMoreRows method.

Related API Members

The following properties accept/return FetchMode values:

Remarks

This enumeration is used by the InfiniteSourceBase.FetchMode property.

See Also