GanttColumnCollection.Item[Int32] Property
In This Article
Provides indexed access to columns in the collection.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GanttColumnBase this[int index] { get; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The zero-based column’s index in the collection. |
#Property Value
Type | Description |
---|---|
Gantt |
The gantt column. |
See Also