DataGridItemCollection.Item Property
.NET Framework 3.0
Gets the DataGridItem object at the specified index in the collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public DataGridItem get_Item (int index)
Not applicable.
Parameters
- index
The zero-based index of the DataGridItem to retrieve from the collection.
Property Value
The DataGridItem at the specified index in the collection.Use this indexer to get a DataGridItem object from the DataGridItemCollection collection at the specified index, using array notation.
Community Additions
ADD
Show: