Skip to main content

SchedulerDateNavigatorStyleSettings.CustomizeSpecialDates Event

In This Article

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public event EventHandler<CustomizeSpecialDatesEventArgs> CustomizeSpecialDates

#Event Data

The CustomizeSpecialDates event's handler receives an argument of the DevExpress.Xpf.Scheduler.CustomizeSpecialDatesEventArgs type.

See Also