Class ItemType
Defines the constants that specifies the possible item types in SfListView.
Inheritance
System.Object
ItemType
Namespace: Syncfusion.WinForms.ListView.Enums
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public sealed class ItemType : Enum
Fields
Footer
Specifies the item type of footer item.
Declaration
public const ItemType Footer
Field Value
| Type |
|---|
| ItemType |
GroupHeader
Specifies the item type of header item.
Declaration
public const ItemType GroupHeader
Field Value
| Type |
|---|
| ItemType |
Header
Specifies the item type of header item.
Declaration
public const ItemType Header
Field Value
| Type |
|---|
| ItemType |
Record
Specifies the item type of record item.
Declaration
public const ItemType Record
Field Value
| Type |
|---|
| ItemType |
SelectAllItem
Specifies the item type of SelectAll item.
Declaration
public const ItemType SelectAllItem
Field Value
| Type |
|---|
| ItemType |