Skip to main content
All docs
V26.1
  • GanttControlNode.LastNode Property

    Gets the last child node.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v26.1.dll

    Declaration

    [Browsable(false)]
    public virtual GanttControlNode LastNode { get; }

    Property Value

    Type Description
    GanttControlNode

    A GanttControlNode object that specifies the last child node.

    See Also