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

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.v19.1.dll

Declaration

public void SyncSchedulerWithNavigator(
    IList<DateTime> selectedDates
)

Parameters

Name Type Description
selectedDates IList<DateTime>

A list of selected dates.

See Also