GanttControl.Nodes Property
In This Article
Provides access to the collection of root nodes.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
[Browsable(true)]
public GanttControlNodes Nodes { get; }
#Property Value
Type | Description |
---|---|
Gantt |
The collection of root nodes. |
#Remarks
See the TreeList.Nodes property for more information.
See Also