Skip to main content

TreeList.GetNodeByVisibleIndex(Int32) Method

Returns a node with the specified index among the visible nodes.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public TreeListNode GetNodeByVisibleIndex(
    int index
)

Parameters

Name Type Description
index Int32

A zero-based integer specifying the node’s index.

Returns

Type Description
TreeListNode

A TreeListNode object representing the node with the specified index. null (Nothing in Visual Basic) if the node with the specified index is not found.

See Also