ASPxClientTreeList.SelectNode(nodeKey) Method
In This Article
Selects or deselects the specified node.
#Declaration
TypeScript
SelectNode(
nodeKey: string,
state?: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
node |
string | A string value that identifies the node. |
state | boolean |
|
#Remarks
The SelectNode method searches for the specified node within nodes that are displayed within the current page. If the node was not found, the SelectNode does nothing.
To identify whether a node is selected, use the ASPxClientTreeList.IsNodeSelected method.
Note
The Select
See Also