Skip to main content

MVCxTreeViewNodeCollection.FindByText(String) Method

Returns a node object with the specified TreeViewNode.Text property value.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxTreeViewNode FindByText(
    string text
)

Parameters

Name Type Description
text String

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

Returns

Type Description
MVCxTreeViewNode

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

Remarks

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

See Also