Skip to main content

GanttControlNode.LastNode Property

Gets the last child node.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

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

Property Value

Type Description
GanttControlNode

A GanttControlNode object that specifies the last child node.

See Also