Class ItemType
Item type for the ListViewItemInfoBase.
Inheritance
System.Object
ItemType
Namespace: Syncfusion.Maui.ListView
Assembly: Syncfusion.Maui.ListView.dll
Syntax
public sealed class ItemType : Enum
Fields
EmptyView
Specifies the item type of the empty view item.
Declaration
public const ItemType EmptyView
Field Value
Type |
---|
ItemType |
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 record item.
Declaration
public const ItemType Record
Field Value
Type |
---|
ItemType |