Class LoadMoreViewPosition
Defines the different positions that the LoadMoreView can have in a SfDataGrid control.
Inheritance
System.Object
LoadMoreViewPosition
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public sealed class LoadMoreViewPosition : Enum
Fields
Bottom
Positions the LoadMoreView at the bottom of the DataGrid.
Declaration
public const LoadMoreViewPosition Bottom
Field Value
Type |
---|
LoadMoreViewPosition |
Top
Positions the LoadMoreView at the top of the DataGrid below the header.
Declaration
public const LoadMoreViewPosition Top
Field Value
Type |
---|
LoadMoreViewPosition |