ClassNavigationData
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:
cs-api-definition
public class NavigationData
Inheritance: objectNavigationData
Properties
Orientation
Gets the orientation.
Declaration
cs-api-definition
public Orientation Orientation { get; }
Property Value
Orientation
The orientation.
ServiceProvider
Gets the service provider.
Declaration
cs-api-definition
public IServiceProvider ServiceProvider { get; }
Property Value
The service provider.