Back to Devexpress

GanttControl.Nodes Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-64301459.md

latest1.1 KB
Original Source

GanttControl.Nodes Property

Provides access to the collection of root nodes.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[Browsable(true)]
public GanttControlNodes Nodes { get; }
vb
<Browsable(True)>
Public ReadOnly Property Nodes As GanttControlNodes

Property Value

TypeDescription
GanttControlNodes

The collection of root nodes.

|

Remarks

See the TreeList.Nodes property for more information.

See Also

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace