FetchMode Enum
In This Article
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
#Members
Name | Description |
---|---|
Auto
|
The virtual source loads rows when the Grid |
Manual
|
The virtual source loads rows when you call the Infinite |
#Related API Members
The following properties accept/return FetchMode values:
See Also