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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
Name | Type | Description |
---|---|---|
selectedDates | IList<DateTime> | A list of selected dates. |
See Also