Skip to main content
All docs
V25.1
  • GanttControlNodes.IndexOf(GanttControlNode) Method

    Returns the index of the specified node in this collection.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.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