ASPxClientTreeList.GetVisibleSelectedNodeKeys Method
In This Article
Obtains key values of selected nodes that are displayed within the current page.
#Declaration
TypeScript
GetVisibleSelectedNodeKeys(): string[]
#Returns
Type | Description |
---|---|
string[] | The list of key values of selected nodes that are displayed within the current page. |
#Remarks
To obtain key values of all selected nodes, use the ASPxClientTreeList.GetSelectedNodeValues method:
treeList.GetSelectedNodeValues('ID', OnGetSelectedNodeKeyValues);
See Also