Skip to main content
A newer version of this page is available. .

SchedulerDateNavigationBehavior Class

Allows you to use the DateNavigator control to display and select the visible dates in the Scheduler.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v19.2.dll

Declaration

[Bindable]
public class SchedulerDateNavigationBehavior :
    Behavior<SchedulerControl>

Remarks

The SchedulerDateNavigationBehavior synchronizes values of the SchedulerControl.VisibleIntervals and the DateNavigator.SelectedDates properties.

Inheritance

Object
DependencyObject
DevExpress.Mvvm.UI.Interactivity.AttachableObjectBase
DevExpress.Mvvm.UI.Interactivity.Behavior
DevExpress.Mvvm.UI.Interactivity.Behavior<SchedulerControl>
SchedulerDateNavigationBehavior
See Also