ASPxTreeList.FindNodeByKeyValue(String) Method
Returns a node by its key value.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
key | String | A String value that identifies the node by its key value. |
Returns
Type | Description |
---|---|
TreeListNode | A TreeListNode object that represents the node with the specified key value. null (Nothing in Visual Basic) if the node was not found. |
See Also