BootstrapSchedulerDateNavigatorProperties.AppointmentDatesHighlightMode Property
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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