Back to Devexpress

GanttControlNodes.ParentNode Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrolnodes-34b5a000.md

latest1.2 KB
Original Source

GanttControlNodes.ParentNode Property

Gets the parent node for nodes in this collection.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DefaultValue(null)]
public GanttControlNode ParentNode { get; }
vb
<DefaultValue(Nothing)>
Public ReadOnly Property ParentNode As GanttControlNode

Property Value

TypeDefaultDescription
GanttControlNodenull

A GanttControlNode object that specifies the parent node for nodes in this collection.

|

See Also

GanttControlNodes Class

GanttControlNodes Members

DevExpress.XtraGantt Namespace