Skip to main content

GanttControlNode.NextNode Property

Returns the next node at the same level.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

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

Property Value

Type Description
GanttControlNode

A GanttControlNode object that specifies the next node at the same level.

See Also