GanttControlNodes.ParentNode Property
In This Article
Gets the parent node for nodes in this collection.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
[DefaultValue(null)]
public GanttControlNode ParentNode { get; }
#Property Value
Type | Default | Description |
---|---|---|
Gantt |
null | A Gantt |
See Also