ListViewItemType Enumeration
.NET Framework (current version)
Specifies the function of an item in the ListView control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
The ListViewItemType enumeration identifies the function of items in a ListView control. You can use the ListViewItemType enumeration to identify the type of a ListViewItem object.
The following example shows how to use the ListViewItemType enumeration to check the type of a ListViewItem object.
.NET Framework
Available since 3.5
Available since 3.5
Show: