ASPxClientTreeList.IsNodeSelected(nodeKey) Method
In This Article
Indicates whether the specified node is selected.
#Declaration
TypeScript
IsNodeSelected(
nodeKey: string
): boolean | null
#Parameters
Name | Type | Description |
---|---|---|
node |
string | A String value that identifies the node by its key value. |
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
To select/unselect a node, use the ASPxClientTreeList.SelectNode. To learn more, see Selection.
See Also