Back to Devexpress

Member Table: Focus and Navigation

windowsforms-5685-controls-and-libraries-tree-list-member-tables-member-table-focus-and-navigation.md

latest1.6 KB
Original Source

Member Table: Focus and Navigation

  • Apr 01, 2018
MemberDescription
The TreeList.FocusedNode propertyAllows you get the focused node and move focus to a specific node.
The TreeList.MoveFirst methodMoves focus to the first node.
The TreeList.MoveLast methodMoves focus to the last node.
The TreeList.MovePrev methodMoves focus to the previous node.
The TreeList.MoveNext methodMoves focus to the next node.
The TreeList.MoveLastVisible methodMoves focus to the last visible node.
The TreeList.MovePrevVisible methodMoves focus to the previous visible node.
The TreeList.MoveNextVisible methodMoves focus to the next visible node.
The TreeList.BeforeFocusNode eventFires before a node is focused, and allows you to cancel focus movement.
The TreeList.AfterFocusNodeand TreeList.FocusedNodeChanged eventsFire after a node has been focused.