GanttControlNodes.IndexOf(GanttControlNode) Method
Returns the index of the specified node in this collection.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
Parameters
Name | Type | Description |
---|---|---|
node | GanttControlNode | A GanttControlNode object that specifies the node whose index should be returned. |
Returns
Type | Description |
---|---|
Int32 | An integer value that specifies the index of the specified node in this collection. |
See Also