Back to Devexpress

GanttControlNode.NextNode Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrolnode-1034ec95.md

latest1.2 KB
Original Source

GanttControlNode.NextNode Property

Returns the next node at the same level.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[Browsable(false)]
public virtual GanttControlNode NextNode { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property NextNode As GanttControlNode

Property Value

TypeDescription
GanttControlNode

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

|

See Also

GanttControlNode Class

GanttControlNode Members

DevExpress.XtraGantt Namespace