MVCxTreeViewNodeCollection.FindByName(String) Method
In This Article
Returns a node with the specified TreeViewNode.Name property value.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxTreeViewNode FindByName(
string name
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value, that is the Tree |
#Returns
Type | Description |
---|---|
MVCx |
A MVCx |
#Remarks
Use this method to obtain a node, specified by a unique name, assigned to its TreeViewNode.Name property.
See Also