Skip to main content
A newer version of this page is available. .

MVCxTreeViewNodeCollection.GetVisibleNode(Int32) Method

Gets a node by its visible index.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public MVCxTreeViewNode GetVisibleNode(
    int index
)

Parameters

Name Type Description
index Int32

An integer value representing the visible index of the node to be returned.

Returns

Type Description
MVCxTreeViewNode

A MVCxTreeViewNode object which represents the required visible node.

See Also