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