Skip to main content

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.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

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