aspnet-devexpress-dot-web-dot-aspxscheduler-4a405d86.md
Lists values specifying how to highlight the Date Navigator’s dates that contains appointments.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public enum AppointmentDatesHighlightMode
Public Enum AppointmentDatesHighlightMode
| 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.
|
The following properties accept/return AppointmentDatesHighlightMode values:
| Library | Related API Members |
|---|---|
| ASP.NET Bootstrap Controls | BootstrapSchedulerDateNavigatorProperties.AppointmentDatesHighlightMode |
| ASP.NET Web Forms Controls | DateNavigatorProperties.AppointmentDatesHighlightMode |
Use the DateNavigatorProperties.AppointmentDatesHighlightMode object to specify how to draw dates that have scheduled appointments.
See Also