Skip to main content
All docs
V19.2

ASPxDayViewAppointmentDisplayOptions.AutoAdjustForeColor Property

For internal use only.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public AdjustColorMode AutoAdjustForeColor { get; }

Property Value

Type
DevExpress.XtraScheduler.AdjustColorMode

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AutoAdjustForeColor
ASP.NET Controls and MVC Extensions DayView
.AppointmentDisplayOptions.AutoAdjustForeColor
FullWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
WorkWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
MVCxSchedulerDayView
.AppointmentDisplayOptions.AutoAdjustForeColor
MVCxSchedulerFullWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
MVCxSchedulerWorkWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
ASP.NET Bootstrap Controls BootstrapDayView
.AppointmentDisplayOptions.AutoAdjustForeColor
BootstrapFullWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
BootstrapWorkWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
See Also