Back to Devexpress

AppointmentDatesHighlightMode Enum

aspnet-devexpress-dot-web-dot-aspxscheduler-4a405d86.md

latest2.0 KB
Original Source

AppointmentDatesHighlightMode Enum

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

Declaration

csharp
public enum AppointmentDatesHighlightMode
vb
Public Enum AppointmentDatesHighlightMode

Members

NameDescription
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:

LibraryRelated API Members
ASP.NET Bootstrap ControlsBootstrapSchedulerDateNavigatorProperties.AppointmentDatesHighlightMode
ASP.NET Web Forms ControlsDateNavigatorProperties.AppointmentDatesHighlightMode

Remarks

Use the DateNavigatorProperties.AppointmentDatesHighlightMode object to specify how to draw dates that have scheduled appointments.

See Also

DevExpress.Web.ASPxScheduler Namespace