Back to Devexpress

GanttControlNode.PrevVisibleNode Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrolnode-51920e41.md

latest1.3 KB
Original Source

GanttControlNode.PrevVisibleNode Property

Returns the previous visible node.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Property Value

TypeDescription
GanttControlNode

A GanttControlNode object that specifies the previous visible node. null ( Nothing in Visual Basic) if the current node is the first visible node.

|

See Also

GanttControlNode Class

GanttControlNode Members

DevExpress.XtraGantt Namespace