Skip to main content
A newer version of this page is available. .
All docs
V20.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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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