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

GanttControlNodes.Remove(GanttControlNode) Method

Removes the specified node from the collection.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

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