Back to Devexpress

GanttControlNodes.LastNode Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrolnodes-e6de9db7.md

latest1.2 KB
Original Source

GanttControlNodes.LastNode Property

Gets the last element in the collection.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public GanttControlNode LastNode { get; }
vb
Public ReadOnly Property LastNode As GanttControlNode

Property Value

TypeDescription
GanttControlNode

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

|

See Also

GanttControlNodes Class

GanttControlNodes Members

DevExpress.XtraGantt Namespace