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:
| | Name | Value | Description | |
| |
exHideHighlightDate | 0
|
No highlight for any date.
| |
| |
exShowHighlightDateCalendar | 1
|
The dates being highlighted are shown in the calendar panel.
| |
| |
exShowHighlightDateSchedule | 2
|
The dates being highlighted are shown in the schedule panel.
| |
| |
exShowHighlightDate | 3
|
The dates being highlighted are shown in the calendar and schedule panel.
| |
| |
exHighlightDateCalendarVertical | 16
|
The colors to highlight a date are vertically displayed in the calendar panel.
| |
| |
exHighlightDateScheduleVertical | 32
|
The colors to highlight a date are vertically displayed in the schedule panel.
| |
| |
exHighlightDateVertical | 48
|
The colors to highlight a date are vertically displayed.
| |
| |
exHighlightDateCalendarGradient | 256
|
The colors to highlight a date are shown on gradient, for the calendar panel.
| |
| |
exHighlightDateScheduleGradient | 512
|
The colors to highlight a date are shown on gradient, for the schedule panel.
| |
| |
exHighlightDateGradient | 768
|
The colors to highlight a date are shown on gradient.
| |
| |
exHighlightDateCalendarEllipticClip | 4096
|
Clips the highlight of the date in the calendar panel to an ellipse around the date.
| |
| |
exHighlightDateScheduleEllipticClip | 8192
|
Clips the highlight of the date in the schedule panel to an ellipse around the date.
| |
| |
exHighlightDateEllipticClip | 12288
|
Clips the highlight of the date to an ellipse around the date.
| |
| |
exHighlightGroupingEvents | 65536
|
Highlights the date based on the grouping events.
| |