GridViewColumnCollection.Item[Int32] Property
Provides indexed access to columns within the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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