Back to Devexpress

GanttControlNode.ParentNode Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrolnode-961121bd.md

latest1.2 KB
Original Source

GanttControlNode.ParentNode Property

Gets the node that is the parent node for the current node.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[Browsable(false)]
public GanttControlNode ParentNode { get; }
vb
<Browsable(False)>
Public ReadOnly Property ParentNode As GanttControlNode

Property Value

TypeDescription
GanttControlNode

A GanttControlNode object that specifies the parent node for the current node.

|

See Also

GanttControlNode Class

GanttControlNode Members

DevExpress.XtraGantt Namespace