Back to Devexpress

Member Table: Focused Node

aspnet-4047-components-tree-list-member-tables-member-table-focused-node.md

latest1.4 KB
Original Source

Member Table: Focused Node

  • Dec 17, 2020

Server

MemberDescription
ASPxTreeList.FocusedNodeGets the focused node.
ASPxTreeList.FocusedNodeChangedFires after the focused node has been changed.
TreeListStyles.FocusedNodeGets the style settings used to paint the currently focused node.
TreeListSettingsBehavior.ProcessFocusedNodeChangedOnServerGets or sets a value that specifies whether the ASPxClientTreeList.FocusedNodeChanged event should be finally processed on the server side.
TreeListNode.FocusSets focus to the current node.

Client

MemberDescription
ASPxClientTreeList.GetFocusedNodeKeyReturns the focused node’s key value.
ASPxClientTreeList.SetFocusedNodeKeyMoves focus to the specified node.
ASPxClientTreeList.FocusedNodeChangedFires after the focused node has been changed.