TreeListNode.PrevVisibleNode Property
Returns the visible node located prior to the current node.
Namespace: DevExpress.XtraTreeList.Nodes
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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