Skip to main content
A newer version of this page is available. .

AppointmentDatesHighlightMode Enum

Lists values specifying how to highlight the Date Navigator’s dates that contains appointments.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public enum AppointmentDatesHighlightMode

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 Controls and MVC Extensions DateNavigatorProperties.AppointmentDatesHighlightMode
ASP.NET Bootstrap Controls BootstrapSchedulerDateNavigatorProperties.AppointmentDatesHighlightMode

Remarks

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

See Also