GanttControlNode.Nodes Property
In This Article
Provides access to a collection of child nodes.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
[Browsable(false)]
public virtual GanttControlNodes Nodes { get; }
#Property Value
Type | Description |
---|---|
Gantt |
A Gantt |
See Also