NavigationBehavior
Class
Abstract class representing the navigation behavior used by RadScheduleView to select slot and appointments via keyboard.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public abstract class NavigationBehavior
Inheritance: objectNavigationBehavior
Derived Classes:
Constructors
C#
protected NavigationBehavior()
Methods
Navigates the specified data.
C#
public abstract void Navigate(NavigationData data, NavigationDirection directon)