Enum
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.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public enum FocusNavigationDirection

Fields

Bottom

Move focus to the bottommost element from the currently focused element.

Declaration

cs-api-definition
Bottom = 11

Field Value

FocusNavigationDirection

Down

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

Declaration

cs-api-definition
Down = 7

Field Value

FocusNavigationDirection

End

Move focus to the last bottommost element.

Declaration

cs-api-definition
End = 9

Field Value

FocusNavigationDirection

First

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

Declaration

cs-api-definition
First = 2

Field Value

FocusNavigationDirection

Home

Move focus to the first topmost element.

Declaration

cs-api-definition
Home = 8

Field Value

FocusNavigationDirection

Last

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

Declaration

cs-api-definition
Last = 3

Field Value

FocusNavigationDirection

Left

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

Declaration

cs-api-definition
Left = 4

Field Value

FocusNavigationDirection

Next

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

Declaration

cs-api-definition
Next = 0

Field Value

FocusNavigationDirection

PageDown

Move focus to another focusable element one page downwards from the current focused element.

Declaration

cs-api-definition
PageDown = 12

Field Value

FocusNavigationDirection

PageUp

Move focus to another focusable element one page upwards from the current focused element.

Declaration

cs-api-definition
PageUp = 13

Field Value

FocusNavigationDirection

Previous

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

Declaration

cs-api-definition
Previous = 1

Field Value

FocusNavigationDirection

Right

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

Declaration

cs-api-definition
Right = 5

Field Value

FocusNavigationDirection

Top

Move focus to the topmost element from the currently focused element.

Declaration

cs-api-definition
Top = 10

Field Value

FocusNavigationDirection

Up

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

Declaration

cs-api-definition
Up = 6

Field Value

FocusNavigationDirection