Class ItemType
Item type for the ListViewItemInfoBase.
Inheritance
System.Object
ItemType
Namespace: Syncfusion.ListView.XForms
Assembly: Syncfusion.SfListView.XForms.dll
Syntax
public sealed class ItemType : Enum
Fields
Footer
Specifies the item type of the footer item.
Declaration
public const ItemType Footer
Field Value
Type |
---|
ItemType |
GroupHeader
Specifies the item type of the group header item.
Declaration
public const ItemType GroupHeader
Field Value
Type |
---|
ItemType |
Header
Specifies the item type of the header item.
Declaration
public const ItemType Header
Field Value
Type |
---|
ItemType |
LoadMore
Specifies the item type of the load more item.
Declaration
public const ItemType LoadMore
Field Value
Type |
---|
ItemType |
Record
Specifies the item type of the header item.
Declaration
public const ItemType Record
Field Value
Type |
---|
ItemType |