Skip to main content
All docs
V25.1
  • GanttControlNodes.FirstNode Property

    Gets the first element in the collection.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public GanttControlNode FirstNode { get; }

    Property Value

    Type Description
    GanttControlNode

    A GanttControlNode object that is the first node in the collection. null (Nothing in Visual Basic) if the collection is empty.

    See Also