Member Table: Selection
Server
| Member | Description |
|---|---|
| TreeListNode.Selected | Specifies whether the node is selected. |
| ASPxTreeList.SelectAll | Selects all nodes within the ASPxTreeList. |
| ASPxTreeList.UnselectAll | Deselects any selected nodes within the ASPxTreeList. |
| ASPxTreeList.GetSelectedNodes | Returns a list of selected nodes. |
| ASPxTreeList.SelectionCount | Gets the number of selected nodes within the ASPxTreeList. |
| ASPxTreeList.SelectionChanged | Fires after the selection has been changed. |
Client
| Member | Description |
|---|---|
| ASPxClientTreeList.SelectNode | Selects or deselects the specified node. |
| ASPxClientTreeList.IsNodeSelected | Indicates whether the specified node is selected. |
| ASPxClientTreeList.GetSelectedNodeValues | Returns the values of the specified data source fields within selected nodes. |
| ASPxClientTreeList.SelectionChanged | Fires after the selection has been changed. |
| ASPxClientTreeList.GetVisibleSelectedNodeKeys | Obtains key values of selected nodes that are displayed within the current page. |