constants ShowHighlightDateEnum
The ShowHighlightDateEnum type specifies the way the control can highlight the date in the calendar and/or schedule panel. The ShowHighlightDate property indicates whether the control highlights the date in the calendar and/or schedule panel. The ShowHighlightDate property can be a combination of one or more of the following values. The HighlightDate property indicates the color(s) to highlight the date. The ShowHighlightDateEnum type supports the following values:

NameValueDescription
exHideHighlightDate0 No highlight for any date.
exShowHighlightDateCalendar1 The dates being highlighted are shown in the calendar panel.
exShowHighlightDateSchedule2 The dates being highlighted are shown in the schedule panel.
exShowHighlightDate3 The dates being highlighted are shown in the calendar and schedule panel.
exHighlightDateCalendarVertical16 The colors to highlight a date are vertically displayed in the calendar panel.
exHighlightDateScheduleVertical32 The colors to highlight a date are vertically displayed in the schedule panel.
exHighlightDateVertical48 The colors to highlight a date are vertically displayed.
exHighlightDateCalendarGradient256 The colors to highlight a date are shown on gradient, for the calendar panel.
exHighlightDateScheduleGradient512 The colors to highlight a date are shown on gradient, for the schedule panel.
exHighlightDateGradient768 The colors to highlight a date are shown on gradient.
exHighlightDateCalendarEllipticClip4096 Clips the highlight of the date in the calendar panel to an ellipse around the date.
exHighlightDateScheduleEllipticClip8192 Clips the highlight of the date in the schedule panel to an ellipse around the date.
exHighlightDateEllipticClip12288 Clips the highlight of the date to an ellipse around the date.
exHighlightGroupingEvents65536 Highlights the date based on the grouping events.