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

GanttControlNode.Nodes Property

Provides access to a collection of child nodes.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v20.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

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

Property Value

Type Description
GanttControlNodes

A GanttControlNodes object that specifies the child node collection.

See Also