SchedulerDateNavigatorStyleSettings.CustomizeSelectedDates Event
Allows you to apply custom logic when the user is selecting dates in the date navigator.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Event Data
The CustomizeSelectedDates event's data class is DevExpress.Xpf.Scheduling.CustomizeSelectedDatesEventArgs.
Remarks
When the user is selecting 8 or more days in the date navigator, the scheduler rounds the selection up to a whole week. Set the event’s Handled property to true to disable the default scheduler mechanism.
See Also