Skip to main content
All docs
V26.1
  • GanttControlNode.PrevVisibleNode Property

    Returns the previous visible node.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v26.1.dll

    Declaration

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

    Property Value

    Type Description
    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