Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Member Table: Focus and Navigation

Member Description
The TreeList.FocusedNode property Allows you get the focused node and move focus to a specific node.
The TreeList.MoveFirst method Moves focus to the first node.
The TreeList.MoveLast method Moves focus to the last node.
The TreeList.MovePrev method Moves focus to the previous node.
The TreeList.MoveNext method Moves focus to the next node.
The TreeList.MoveLastVisible method Moves focus to the last visible node.
The TreeList.MovePrevVisible method Moves focus to the previous visible node.
The TreeList.MoveNextVisible method Moves focus to the next visible node.
The TreeList.BeforeFocusNode event Fires before a node is focused, and allows you to cancel focus movement.
The TreeList.AfterFocusNodeand TreeList.FocusedNodeChanged events Fire after a node has been focused.