Class FooterPosition
Defines the position of the footer when IsStickyFooter is enabled.
Inheritance
System.Object
FooterPosition
Namespace: Syncfusion.ListView.XForms
Assembly: Syncfusion.SfListView.XForms.dll
Syntax
public sealed class FooterPosition : Enum
Fields
Body
The FooterItem will be positioned inside the body of the ListView when the items are less than the view size.
Declaration
public const FooterPosition Body
Field Value
Type |
---|
FooterPosition |
Default
The FooterItem will be positioned at the end of the View.
Declaration
public const FooterPosition Default
Field Value
Type |
---|
FooterPosition |