Skip to main content

GanttControlNodes.Item[Int32] Property

Gets the element at the specified index.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.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
GanttControlNode

A GanttControlNode object that is the node at the specified index.

See Also