Skip to main content
All docs
V25.1
  • GanttControlNode.GanttControl Property

    Gets the control to which this node belongs.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    [DXCategory("Behavior")]
    public GanttControl GanttControl { get; }

    Property Value

    Type Description
    GanttControl

    A GanttControl object that specifies the control to which this node belongs.

    See Also