System.Web.UI.WebControls Namespace
Specifies the type of an item in a list control.
The ListItemType enumeration represents the different items that can be included in a list control, such as a DataGrid, DataList, and Repeater. A typical list control consists of cells that contain elements represented by this enumeration.
Member Name |
Description |
AlternatingItem |
An alternating ( zero-based even-indexed ) databound item. |
EditItem |
A databound item in edit mode. |
Footer |
A footer. |
Header |
A header. |
Item |
A databound item. |
Pager |
A pager used for navigation of a multi-page DataGrid. |
SelectedItem |
A databound selected item. |
Separator |
A separator. |