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

    Gets the first child node.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v26.1.dll

    Declaration

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

    Property Value

    Type Description
    GanttControlNode

    A GanttControlNode object that specifies the first child node.

    See Also