Class FocusNavigationDirection
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.
Inheritance
System.Object
FocusNavigationDirection
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class FocusNavigationDirection : Enum
Fields
Move focus to the bottommost element from the currently focused element.
Declaration
public const FocusNavigationDirection Bottom
Field Value
Move focus to another focusable element downwards from the currently focused element.
Declaration
public const FocusNavigationDirection Down
Field Value
Move focus to the last bottommost element.
Declaration
public const FocusNavigationDirection End
Field Value
Move focus to the first focusable element in tab order. Not supported for
System.Windows.UIElement.PredictFocus(System.Windows.Input.FocusNavigationDirection).
Declaration
public const FocusNavigationDirection First
Field Value
Move focus to the first topmost element.
Declaration
public const FocusNavigationDirection Home
Field Value
Move focus to the last focusable element in tab order. Not supported for
System.Windows.UIElement.PredictFocus(System.Windows.Input.FocusNavigationDirection).
Declaration
public const FocusNavigationDirection Last
Field Value
Move focus to another focusable element to the left of the currently focused element.
Declaration
public const FocusNavigationDirection Left
Field Value
Move focus to the next focusable element in tab order. Not supported for
System.Windows.UIElement.PredictFocus(System.Windows.Input.FocusNavigationDirection).
Declaration
public const FocusNavigationDirection Next
Field Value
Move focus to another focusable element one page downwards from the current focused element.
Declaration
public const FocusNavigationDirection PageDown
Field Value
Move focus to another focusable element one page upwards from the current focused element.
Declaration
public const FocusNavigationDirection PageUp
Field Value
Move focus to the previous focusable element in tab order. Not supported
for System.Windows.UIElement.PredictFocus(System.Windows.Input.FocusNavigationDirection).
Declaration
public const FocusNavigationDirection Previous
Field Value
Move focus to another focusable element to the right of the currently focused element.
Declaration
public const FocusNavigationDirection Right
Field Value
Move focus to the topmost element from the currently focused element.
Declaration
public const FocusNavigationDirection Top
Field Value
Move focus to another focusable element upwards from the currently focused element.
Declaration
public const FocusNavigationDirection Up
Field Value
Extension Methods