Skip to main content
A newer version of this page is available. .

GanttControl.Nodes Property

Provides access to the collection of root nodes.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

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