GanttColumnCollection.Item[Int32] Property
Provides indexed access to columns in the collection.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v20.2.dll
Declaration
public GanttColumnBase this[int index] { get; }
Public ReadOnly Property Item(index As Integer) As GanttColumnBase
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The zero-based column's index in the collection. |
Property Value
Type | Description |
---|---|
GanttColumnBase | The gantt column. |
See Also
Feedback