Class LoadMoreOption
Defines option for the load more support of SfListView.
Inheritance
System.Object
LoadMoreOption
Namespace: Syncfusion.ListView.XForms
Assembly: Syncfusion.SfListView.XForms.dll
Syntax
public sealed class LoadMoreOption : Enum
Fields
Auto
Automatically executes the load more command when end of the list is reached.
Declaration
public const LoadMoreOption Auto
Field Value
Type |
---|
LoadMoreOption |
AutoOnScroll
Executes the load more command when UI interaction happens with the list view and when end of the list is reached.
Declaration
public const LoadMoreOption AutoOnScroll
Field Value
Type |
---|
LoadMoreOption |
Manual
Displays the load more button when end of the list is reached and executes the load more command when the button is tapped.
Declaration
public const LoadMoreOption Manual
Field Value
Type |
---|
LoadMoreOption |
None
Load more option will not be enabled.
Declaration
public const LoadMoreOption None
Field Value
Type |
---|
LoadMoreOption |