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

GanttControlNode.NextVisibleNode Property

Returns the next visible node.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v20.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

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

Property Value

Type Description
GanttControlNode

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

See Also