GanttControlNodes(TreeList, GanttControlNode) Constructor
Initializes a new GanttControlNodes class instance.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v25.2.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| treeList | TreeList | A TreeList object that specifies the control to which this collection belongs. |
| parentNode | GanttControlNode | A GanttControlNode object that specifies the parent node for nodes in this collection. |
See Also