Skip to main content
All docs
V23.2

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public event EventHandler<CustomizeSelectedDatesEventArgs> CustomizeSelectedDates

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