Skip to main content
A newer version of this page is available. .

SchedulerDateNavigatorStyleSettings.CustomizeSpecialDates Event

Allows you to highlight the specified dates in the DateNavigator control.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public event EventHandler<CustomizeSpecialDatesEventArgs> CustomizeSpecialDates

Event Data

The CustomizeSpecialDates event's data class is DevExpress.Xpf.Scheduling.CustomizeSpecialDatesEventArgs.

See Also