Skip to main content

GanttControl.Nodes Property

Provides access to the collection of root nodes.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

[Browsable(true)]
public GanttControlNodes Nodes { get; }

Property Value

Type Description
GanttControlNodes

The collection of root nodes.

Remarks

See the TreeList.Nodes property for more information.

See Also