Skip to main content
A newer version of this page is available. .

GanttControlNodes.Item[Int32] Property

Gets the element at the specified index.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

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