Skip to main content

SchedulerDateNavigatorStyleSettings.SyncSchedulerWithNavigator(IList<DateTime>) Method

Synchronizes selection in the Scheduler and DateNavigator controls and switches the Scheduler view according to the selected dates.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public void SyncSchedulerWithNavigator(
    IList<DateTime> selectedDates
)

Parameters

Name Type Description
selectedDates IList<DateTime>

A list of selected dates.

See Also