Skip to main content
A newer version of this page is available. .
All docs
V21.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.v21.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