New to Telerik UI for WPFStart a free 30-day trial

Specifies the direction within a user interface (UI) in which a desired focus change request is attempted. The direction is either based on tab order or by relative direction in layout.

Definition

Namespace:Telerik.Windows.Controls.TreeView

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public enum FocusNavigationDirection

Fields

Move focus to another focusable element downwards from the currently focused element.

C#
Down = 7

Move focus to the first focusable element in tab order. Not supported for System.Windows.UIElement.PredictFocus(System.Windows.Input.FocusNavigationDirection).

C#
First = 2

Move focus to the last focusable element in tab order. Not supported for System.Windows.UIElement.PredictFocus(System.Windows.Input.FocusNavigationDirection).

C#
Last = 3

Move focus to another focusable element to the left of the currently focused element.

C#
Left = 4

Move focus to the next focusable element in tab order. Not supported for System.Windows.UIElement.PredictFocus(System.Windows.Input.FocusNavigationDirection).

C#
Next = 0

Move focus to the previous focusable element in tab order. Not supported for System.Windows.UIElement.PredictFocus(System.Windows.Input.FocusNavigationDirection).

C#
Previous = 1

Move focus to another focusable element to the right of the currently focused element.

C#
Right = 5

Move focus to another focusable element upwards from the currently focused element.

C#
Up = 6
In this article
DefinitionFieldsDownFirstLastLeftNextPreviousRightUp
Not finding the help you need?
Contact Support