KaxListViewItemType Enumeration |
Specifies the function of an item in the
KaxListView control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum KaxListViewItemType
Public Enumeration KaxListViewItemType
public enum class KaxListViewItemType
Members
| Member name | Value | Description |
---|
| DataItem | 0 | |
| AlternatingItem | 1 | |
| EditItem | 2 | |
| SelectedItem | 3 | |
| EmptyDataItem | 4 | |
| InsertItem | 5 | |
| GroupItem | 6 | |
| EmptyItem | 7 | |
See Also