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

GanttControlNodes.IndexOf(GanttControlNode) Method

Returns the index of the specified node in this collection.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

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