GanttControlNode.PrevNode Property
In This Article
Gets the previous node at the same level.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
[Browsable(false)]
public virtual GanttControlNode PrevNode { get; }
#Property Value
Type | Description |
---|---|
Gantt |
A Gantt |
See Also