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

    Gets the last element in the collection.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public GanttControlNode LastNode { get; }

    Property Value

    Type Description
    GanttControlNode

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

    See Also