Enum ItemType
Defines the constants that specifies the possible item types in SfListView.
Namespace: Syncfusion.WinForms.ListView.Enums
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public enum ItemType
Fields
| Name | Description |
|---|---|
| Footer | Specifies the item type of footer item. |
| GroupHeader | Specifies the item type of header item. |
| Header | Specifies the item type of header item. |
| Record | Specifies the item type of record item. |
| SelectAllItem | Specifies the item type of SelectAll item. |