Enum
NavigationDirection

Enumeration that represent the direction of navigation via keyboard.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public enum NavigationDirection

Fields

Down

Specify the direction when the Down Arrow is pressed.

Declaration

cs-api-definition
Down = 7

Field Value

NavigationDirection

First

Specify the direction when the Home key is pressed.

Declaration

cs-api-definition
First = 2

Field Value

NavigationDirection

Last

Specify the direction when the End key is pressed.

Declaration

cs-api-definition
Last = 3

Field Value

NavigationDirection

Left

Specify the direction when the Left Arrow is pressed.

Declaration

cs-api-definition
Left = 4

Field Value

NavigationDirection

Next

Specify the direction when the Tab key is pressed.

Declaration

cs-api-definition
Next = 0

Field Value

NavigationDirection

PageDown

Specify the direction when the PageDown key is pressed.

Declaration

cs-api-definition
PageDown = 9

Field Value

NavigationDirection

PageUp

Specify the direction when the PageUp key is pressed.

Declaration

cs-api-definition
PageUp = 8

Field Value

NavigationDirection

Previous

Specify the direction when the Shift + Tab combination is pressed.

Declaration

cs-api-definition
Previous = 1

Field Value

NavigationDirection

Right

Specify the direction when the Right Arrow is pressed.

Declaration

cs-api-definition
Right = 5

Field Value

NavigationDirection

Up

Specify the direction when the Up Arrow is pressed.

Declaration

cs-api-definition
Up = 6

Field Value

NavigationDirection