Back to Devexpress

FetchMode Enum

wpf-devexpress-dot-xpf-dot-data-2e7f7488.md

latest1.2 KB
Original Source

FetchMode Enum

Lists values that specify how the virtual source fetches rows.

Namespace : DevExpress.Xpf.Data

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum FetchMode
vb
Public Enum FetchMode

Members

NameDescription
Auto

The virtual source fetches rows once the GridControl displays the last loaded row.

| | Manual |

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

|

The following properties accept/return FetchMode values:

See Also

DevExpress.Xpf.Data Namespace