BootstrapTreeViewNodeCollection.FindByName(String) Method
Returns a node with the specified TreeViewNode.Name property value.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value, that is the TreeViewNode.Name property value of the required node. |
Returns
Type | Description |
---|---|
BootstrapTreeViewNode | 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