Skip to main content
A newer version of this page is available. .

GanttControlNode.LastNode Property

Gets the last child node.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

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

Property Value

Type Description
GanttControlNode

A GanttControlNode object that specifies the last child node.

See Also