Skip to main content
A newer version of this page is available. .

GanttControlNode.PrevNode Property

Gets the previous node at the same level.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

[Browsable(false)]
public virtual GanttControlNode PrevNode { get; }

Property Value

Type Description
GanttControlNode

A GanttControlNode object that specifies the previous node at the same level.

See Also