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

BootstrapTreeViewNodeCollection.FindByText(String) Method

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapTreeViewNode FindByText(
    string text
)

Parameters

Name Type Description
text String

A String value representing the TreeViewNode.Text property value of the required node.

Returns

Type Description
BootstrapTreeViewNode

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

Remarks

Use this method to obtain a node specified by a display text assigned to its TreeViewNode.Text property.

See Also