BootstrapTreeViewNodeCollection.FindByText(String) Method
Returns a node object with the specified TreeViewNode.Text property value.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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