windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-87cf06b0.md
Allows you to mark certain dates as “special” dates. These dates will be painted using the dedicated settings provided by the CalendarControlBase.CalendarAppearance object.
Namespace : DevExpress.XtraEditors.Controls
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("CustomDraw")]
public event SpecialCalendarDateEventHandler SpecialCalendarDate
<DXCategory("CustomDraw")>
Public Event SpecialCalendarDate As SpecialCalendarDateEventHandler
The SpecialCalendarDate event's data class is DevExpress.XtraEditors.Calendar.SpecialCalendarDateEventArgs.
Use the event’s IsSpecial parameter to mark certain dates as “special” These dates will be painted using the following appearance properties provided by the CalendarControlBase.CalendarAppearance object, according to cell states.
Another way to mark specific dates as “special” is to use the CalendarControlBase.SpecialDateProvider property.
See Also