Click or drag to resize
KaxListViewItemType Enumeration
Specifies the function of an item in the KaxListView control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum KaxListViewItemType
Members
  Member nameValueDescription
DataItem0
AlternatingItem1
EditItem2
SelectedItem3
EmptyDataItem4
InsertItem5
GroupItem6
EmptyItem7
See Also