RadControls for Silverlight

Enumeration that represent the direction of navigation via keyboard.

Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView (in Telerik.Windows.Controls.ScheduleView.dll) Version: 2013.1.403.1050

Syntax

C#
public enum NavigationDirection
Visual Basic
Public Enumeration NavigationDirection

Members

Member nameValueDescription
Next0 Specify the direction when the Tab key is pressed.
Previous1 Specify the direction when the Shift + Tab combination is pressed.
First2 Specify the direction when the Home key is pressed.
Last3 Specify the direction when the End key is pressed.
Left4 Specify the direction when the Left Arrow is pressed.
Right5 Specify the direction when the Right Arrow is pressed.
Up6 Specify the direction when the Up Arrow is pressed.
Down7 Specify the direction when the Down Arrow is pressed.
PageUp8 Specify the direction when the PageUp key is pressed.
PageDown9 Specify the direction when the PageDown key is pressed.

See Also