Skip to main content

GanttControlNodes.IndexOf(GanttControlNode) Method

Returns the index of the specified node in this collection.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public int IndexOf(
    GanttControlNode node
)

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