windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-d5e651f9.md
Allows you to assign an ICalendarSpecialDateProvider object that can mark certain dates as “special” to highlight them in a custom manner, as specified by the dedicated appearance settings of the CalendarControlBase.CalendarAppearance object.
Namespace : DevExpress.XtraEditors.Controls
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(null)]
[DXCategory("Behavior")]
public ICalendarSpecialDateProvider SpecialDateProvider { get; set; }
<DefaultValue(Nothing)>
<DXCategory("Behavior")>
Public Property SpecialDateProvider As ICalendarSpecialDateProvider
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraEditors.Controls.ICalendarSpecialDateProvider | null |
An object that marks certain dates as “special”.
|
You can mark certain dates in the Calendar as “special” by using one of the following approaches:
“Special” dates are painted using the appearance properties provided by the CalendarControlBase.CalendarAppearance object:
See Also