Skip to main content

ASPxTreeList.FindNodeByKeyValue(String) Method

Returns a node by its key value.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public TreeListNode FindNodeByKeyValue(
    string key
)

#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