Member Table: Focused Node
Server
| Member | Description |
|---|---|
| ASPxTreeList.FocusedNode | Gets the focused node. |
| ASPxTreeList.FocusedNodeChanged | Fires after the focused node has been changed. |
| TreeListStyles.FocusedNode | Gets the style settings used to paint the currently focused node. |
| TreeListSettingsBehavior.ProcessFocusedNodeChangedOnServer | Gets or sets a value that specifies whether the ASPxClientTreeList.FocusedNodeChanged event should be finally processed on the server side. |
| TreeListNode.Focus | Sets focus to the current node. |
Client
| Member | Description |
|---|---|
| ASPxClientTreeList.GetFocusedNodeKey | Returns the focused node’s key value. |
| ASPxClientTreeList.SetFocusedNodeKey | Moves focus to the specified node. |
| ASPxClientTreeList.FocusedNodeChanged | Fires after the focused node has been changed. |