Skip to main content

InfiniteSourceBase.FetchMode Property

Gets or sets how to fetch rows.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public FetchMode FetchMode { get; set; }

Property Value

Type Description
FetchMode

The fetch mode.

Available values:

Name Description
Auto

The virtual source loads rows when the GridControl displays the last loaded row.

Manual

The virtual source loads rows when you call the InfiniteSourceBase.FetchMoreRows method.

See Also