Skip to main content

FetchMode Enum

Lists values that specify how the InfiniteAsyncSource fetches rows.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

public enum FetchMode

Members

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.

Related API Members

The following properties accept/return FetchMode values:

See Also