Skip to main content

TreeListNode.PrevVisibleNode Property

Returns the visible node located prior to the current node.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

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