NavigationData
Class
A class that is used by the NavigationBehavior to provide access to the ServiceProvider.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class NavigationData
Inheritance: objectNavigationData
Properties
Orientation
Orientation
Gets the orientation.
C#
public Orientation Orientation { get; }
The orientation.
Gets the service provider.
C#
public IServiceProvider ServiceProvider { get; }
The service provider.