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

BootstrapSchedulerDateNavigatorProperties.AppointmentDatesHighlightMode Property

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[DefaultValue(true)]
public virtual AppointmentDatesHighlightMode AppointmentDatesHighlightMode { get; set; }

Property Value

Type Default
AppointmentDatesHighlightMode **true**

Available values:

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.

See Also