DataGridColumnCollection.Item Property
.NET Framework 3.0
Gets a DataGridColumn-derived column object from the DataGridColumnCollection collection at the specified index.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public DataGridColumn get_Item (int index)
Not applicable.
Parameters
- index
The index of the DataGridColumn-derived column in the DataGridColumnCollection to retrieve.
Property Value
A DataGridColumn-derived column in the DataGridColumnCollection at the specified index.Community Additions
ADD
Show: