Class DataGridLoadMoreOption
Defines the available options that determine how additional items are loaded in SfDataGrid.
Inheritance
System.Object
DataGridLoadMoreOption
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class DataGridLoadMoreOption : Enum
Fields
Auto
Automatically executes the LoadMoreCommand when the grid reaches the end.
Declaration
public const DataGridLoadMoreOption Auto
Field Value
| Type |
|---|
| DataGridLoadMoreOption |
AutoOnScroll
Executes the LoadMoreCommand upon reaching the end only after a user scroll interaction occurs.
Declaration
public const DataGridLoadMoreOption AutoOnScroll
Field Value
| Type |
|---|
| DataGridLoadMoreOption |
Manual
Displays a load more view and expects user interaction to trigger loading.
Declaration
public const DataGridLoadMoreOption Manual
Field Value
| Type |
|---|
| DataGridLoadMoreOption |