Member Table: Selection
Server
| Member | Description |
|---|---|
| ASPxTreeView.AllowSelectNode | Gets or sets a value specifying whether the node selection feature is available to end-users. |
| ASPxTreeView.SelectedNode | Gets or sets the selected node in an ASPxTreeView control. |
| ASPxTreeView.SyncSelectionMode | Gets or sets whether the node whose navigation location points to the currently browsed web page is automatically selected. |
Client
| Member | Description |
|---|---|
| ASPxClientTreeView.GetSelectedNode | Returns the selected node within the ASPxTreeView control on the client side. |
| ASPxClientTreeView.SetSelectedNode | Selects the specified node within the ASPxTreeView control on the client side. |