DataGridItem.DataGridItem Constructor
.NET Framework 3.0
Initializes a new instance of the DataGridItem class.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public DataGridItem ( int itemIndex, int dataSetIndex, ListItemType itemType )
public function DataGridItem ( itemIndex : int, dataSetIndex : int, itemType : ListItemType )
Not applicable.
Parameters
- dataSetIndex
The index number of the item, from the bound data source, that appears in the DataGrid control.
- itemType
One of the ListItemType values.
Community Additions
ADD
Show: