SchedulerDateNavigatorStyleSettings.SchedulerControl Property
In This Article
Gets or sets the scheduler control which is bound to the date navigator.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
#Remarks
The SchedulerDateNavigatorStyleSettings object is accessed via the DateNavigator.StyleSettings property. Use the SchedulerControl property to bind the corresponding date navigator to a scheduler control. For more information, see How to: Use a Date Navigator in a Scheduling Application.
#Examples
This example demonstrates how to associate the DateNavigator control with a SchedulerControl via the DateNavigator.StyleSettings property.
See Also