AppointmentDatesHighlightMode Enum
Lists values specifying how to highlight the Date Navigator’s dates that contains appointments.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
Members
Name | Description |
---|---|
None
|
Does not apply any highlighting to the date. |
Bold
|
Draws the date in bold. |
Labels
|
Displays colored labels under the date. The appointment’s identification label (AppointmentLabel) determines the label’s color for the corresponding date in the Date Navigator. |
Custom
|
Allows providing custom highlighting rules. |
Related API Members
The following properties accept/return AppointmentDatesHighlightMode values:
Library | Related API Members |
---|---|
ASP.NET Bootstrap Controls | BootstrapSchedulerDateNavigatorProperties.AppointmentDatesHighlightMode |
ASP.NET Web Forms Controls | DateNavigatorProperties.AppointmentDatesHighlightMode |
Remarks
Use the DateNavigatorProperties.AppointmentDatesHighlightMode object to specify how to draw dates that have scheduled appointments.
See Also