Back to Devexpress

TreeListNodesIterator.GetPrevVisible(TreeListNode) Method

windowsforms-devexpress-dot-xtratreelist-dot-nodes-dot-operations-dot-treelistnodesiterator-dot-getprevvisible-x28-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-x29.md

latest2.5 KB
Original Source

TreeListNodesIterator.GetPrevVisible(TreeListNode) Method

Returns the visible node which is located prior to the specified one.

Namespace : DevExpress.XtraTreeList.Nodes.Operations

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public static TreeListNode GetPrevVisible(
    TreeListNode node
)
vb
Public Shared Function GetPrevVisible(
    node As TreeListNode
) As TreeListNode

Parameters

NameTypeDescription
nodeTreeListNode

A TreeListNode object representing the visible node whose previous visible node is returned.

|

Returns

TypeDescription
TreeListNode

A TreeListNode object representing the visible node which is located prior to the specified one. null ( Nothing in Visual Basic) if the node specified by the parameter is the first visible node.

|

Remarks

The GetPrevVisible method gets a visible node which is located prior to the specified one. Note that the node is hidden if its parent node is collapsed.

See Also

ParentNode

Expanded

GetNextVisible(TreeListNode)

TreeListNodesIterator Class

TreeListNodesIterator Members

DevExpress.XtraTreeList.Nodes.Operations Namespace