DataListItem.DataListItem Constructor
.NET Framework 3.0
Initializes a new instance of the DataListItem class.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public DataListItem ( int itemIndex, ListItemType itemType )
public function DataListItem ( itemIndex : int, itemType : ListItemType )
Not applicable.
Parameters
- itemType
One of the ListItemType values.
Community Additions
ADD
Show: