Skip to main content

MVCxTreeViewNodeCollection.IndexOf(MVCxTreeViewNode) Method

Gets a node by its visible index.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int IndexOf(
    MVCxTreeViewNode node
)

Parameters

Name Type Description
node MVCxTreeViewNode

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

Returns

Type Description
Int32

A MVCxTreeViewNode object which represents the required visible node.

See Also