Skip to main content

GanttControlNodes.LastNode Property

Gets the last element in the collection.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.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