Skip to main content

SchedulerDateNavigatorStyleSettings.SchedulerControl Property

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

public SchedulerControl SchedulerControl { get; set; }

#Property Value

Type Description
SchedulerControl

A SchedulerControl object which specifies the scheduler to be bound to a date navigator.

#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