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

MVCxTreeViewNodeCollection.FindByName(String) Method

Returns a node with the specified TreeViewNode.Name property value.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxTreeViewNode FindByName(
    string name
)

Parameters

Name Type Description
name String

A String value, that is the TreeViewNode.Name property value of the required node.

Returns

Type Description
MVCxTreeViewNode

A MVCxTreeViewNode object with a specific value of the TreeViewNode.Name property.

Remarks

Use this method to obtain a node, specified by a unique name, assigned to its TreeViewNode.Name property.

See Also