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

InfiniteSourceBase.FetchMode Property

Gets or sets the mode of fetching rows.

Namespace: DevExpress.Xpf.Data

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

Declaration

public FetchMode FetchMode { get; set; }

Property Value

Type Description
FetchMode

The mode of fetching rows.

Available values:

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.

See Also