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

    Removes the specified node from the collection.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public void Remove(
        GanttControlNode node
    )

    Parameters

    Name Type Description
    node GanttControlNode

    A GanttControlNode object that specifies the node that should be removed.

    See Also