Skip to main content
A newer version of this page is available.
All docs
V18.2

ASPxDayViewAppointmentDisplayOptions.AutoAdjustForeColor Property

For internal use only.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.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 Bootstrap Controls BootstrapDayView
.AppointmentDisplayOptions.AutoAdjustForeColor
BootstrapFullWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
BootstrapWorkWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
ASP.NET Web Forms Controls DayView
.AppointmentDisplayOptions.AutoAdjustForeColor
FullWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
WorkWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
MVCxSchedulerDayView
.AppointmentDisplayOptions.AutoAdjustForeColor
MVCxSchedulerFullWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
MVCxSchedulerWorkWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
See Also