Class LoadMorePosition
Defines position for the load more support of SfListView.
Inheritance
System.Object
LoadMorePosition
Namespace: Syncfusion.ListView.XForms
Assembly: Syncfusion.SfListView.XForms.dll
Syntax
public sealed class LoadMorePosition : Enum
Fields
Bottom
Load more view will be positioned on the bottom of the list.
Declaration
public const LoadMorePosition Bottom
Field Value
Type |
---|
LoadMorePosition |
Top
Load more view will be positioned on the top of the list.
Declaration
public const LoadMorePosition Top
Field Value
Type |
---|
LoadMorePosition |