Skip to main content

BootstrapSchedulerDateNavigatorProperties.AppointmentDatesHighlightMode Property

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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