Back to Devexpress

TreeListNodesIterator.GetNextVisible(TreeListNode) Method

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

latest2.5 KB
Original Source

TreeListNodesIterator.GetNextVisible(TreeListNode) Method

Returns the visible node located after 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 GetNextVisible(
    TreeListNode node
)
vb
Public Shared Function GetNextVisible(
    node As TreeListNode
) As TreeListNode

Parameters

NameTypeDescription
nodeTreeListNode

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

|

Returns

TypeDescription
TreeListNode

A TreeListNode object representing the visible node located after the specified one. null ( Nothing in Visual Basic) if the node specified by the parameter is the last visible node.

|

Remarks

The GetNextVisible method gets the next visible node after the specified one. Note that a node is hidden if its parent node is collapsed.

See Also

ParentNode

Expanded

GetPrevVisible(TreeListNode)

TreeListNodesIterator Class

TreeListNodesIterator Members

DevExpress.XtraTreeList.Nodes.Operations Namespace