EnumNavigationDirection
Enum
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.
First
Specify the direction when the Home key is pressed.
Last
Specify the direction when the End key is pressed.
Left
Specify the direction when the Left Arrow is pressed.
Next
Specify the direction when the Tab key is pressed.
PageDown
Specify the direction when the PageDown key is pressed.
PageUp
Specify the direction when the PageUp key is pressed.
Previous
Specify the direction when the Shift + Tab combination is pressed.
Right
Specify the direction when the Right Arrow is pressed.
Up
Specify the direction when the Up Arrow is pressed.