Class NavigationDirection
Enumeration that represent the direction of navigation via keyboard.
Inheritance
System.Object
NavigationDirection
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public sealed class NavigationDirection : Enum
Fields
Specify the direction when the Down Arrow is pressed.
Declaration
public const NavigationDirection Down
Field Value
Specify the direction when the Home key is pressed.
Declaration
public const NavigationDirection First
Field Value
Specify the direction when the End key is pressed.
Declaration
public const NavigationDirection Last
Field Value
Specify the direction when the Left Arrow is pressed.
Declaration
public const NavigationDirection Left
Field Value
Specify the direction when the Tab key is pressed.
Declaration
public const NavigationDirection Next
Field Value
Specify the direction when the PageDown key is pressed.
Declaration
public const NavigationDirection PageDown
Field Value
Specify the direction when the PageUp key is pressed.
Declaration
public const NavigationDirection PageUp
Field Value
Specify the direction when the Shift + Tab combination is pressed.
Declaration
public const NavigationDirection Previous
Field Value
Specify the direction when the Right Arrow is pressed.
Declaration
public const NavigationDirection Right
Field Value
Specify the direction when the Up Arrow is pressed.
Declaration
public const NavigationDirection Up
Field Value
Extension Methods