Class DataGridLoadMorePosition
Defines the different positions that the
Inheritance
System.Object
DataGridLoadMorePosition
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class DataGridLoadMorePosition : Enum
Fields
Bottom
Positions the load more view in the bottom of the SfDataGrid.
Declaration
public const DataGridLoadMorePosition Bottom
Field Value
Top
Positions the load more view in the top of the SfDataGrid.
Declaration
public const DataGridLoadMorePosition Top