GanttControlNodes.Item[Int32] Property
In This Article
Gets the element at the specified index.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public GanttControlNode this[int index] { get; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value that specifies the index of the element. |
#Property Value
Type | Description |
---|---|
Gantt |
A Gantt |
See Also