GridViewColumnCollection.Item[Int32] Property
Provides indexed access to columns within the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | An integer that specifies the index of the required column. |
Property Value
| Type | Description |
|---|---|
| GridViewColumn | A GridViewColumn object that represents a column at the specified index. |
See Also