Back to Devexpress

TreeListNode.PrevVisibleNode Property

windowsforms-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-c2261c09.md

latest1.9 KB
Original Source

TreeListNode.PrevVisibleNode Property

Returns the visible node located prior to the current node.

Namespace : DevExpress.XtraTreeList.Nodes

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
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

NextVisibleNode

GetPrevVisible(TreeListNode)

TreeListNode Class

TreeListNode Members

DevExpress.XtraTreeList.Nodes Namespace