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

TreeListNode.PrevVisibleNode Property

Returns the visible node located prior to the current node.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

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

Property Value

Type Description
TreeListNode

A TreeListNode object which represents the visible node located prior to the current one. null (Nothing in Visual Basic) if the current node is the first node in the Tree List’s TreeList.Nodes collection.

Remarks

A node is hidden if its parent node is collapsed.

See Also