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

BootstrapSchedulerOptionsAppearance.DefaultAppointmentColorsMode Property

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(BootstrapSchedulerDefaultLabelColorsMode.Bootstrap)]
public virtual BootstrapSchedulerDefaultLabelColorsMode DefaultAppointmentColorsMode { get; set; }

Property Value

Type Default
BootstrapSchedulerDefaultLabelColorsMode **Bootstrap**

Available values:

Name
Bootstrap
Internal

Property Paths

You can access this nested property as listed below:

Object Type Path to DefaultAppointmentColorsMode
BootstrapScheduler
.OptionsAppearance.DefaultAppointmentColorsMode
See Also