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

AppointmentDisplayOptions.AutoAdjustForeColor Property

Gets or sets whether or not appointments should automatically change forecolors in case they blend in with appointment backgrounds.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[XtraSerializableProperty]
public AdjustColorMode AutoAdjustForeColor { get; set; }

Property Value

Type Description
DevExpress.XtraScheduler.AdjustColorMode

A DevExpress.XtraScheduler.AdjustColorMode enumeration value that specifies whether appointments should automatically change forecolors; otherwise, false.

Property Paths

You can access this nested property as listed below:

Show 36 property paths
Library Object Type Path to AutoAdjustForeColor
WinForms Controls AgendaView
.AppointmentDisplayOptions.AutoAdjustForeColor
DayView
.AppointmentDisplayOptions.AutoAdjustForeColor
SchedulerViewInfoBase
.AppointmentDisplayOptions.AutoAdjustForeColor
FullWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
MonthView
.AppointmentDisplayOptions.AutoAdjustForeColor
DayViewTimeCells
.AppointmentDisplayOptions.AutoAdjustForeColor
FullWeek
.AppointmentDisplayOptions.AutoAdjustForeColor
HorizontalWeek
.AppointmentDisplayOptions.AutoAdjustForeColor
TimeCellsControlBase
.AppointmentDisplayOptions.AutoAdjustForeColor
TimelineCells
.AppointmentDisplayOptions.AutoAdjustForeColor
SchedulerViewBase
.AppointmentDisplayOptions.AutoAdjustForeColor
TimelineView
.AppointmentDisplayOptions.AutoAdjustForeColor
WeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
WorkWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
WPF Controls SchedulerDayViewAppointmentDisplayOptions
.DayViewInnerObject.AutoAdjustForeColor
ASP.NET Controls and MVC Extensions AgendaView
.AppointmentDisplayOptions.AutoAdjustForeColor
DayView
.AppointmentDisplayOptions.AutoAdjustForeColor
FullWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
MonthView
.AppointmentDisplayOptions.AutoAdjustForeColor
TimelineView
.AppointmentDisplayOptions.AutoAdjustForeColor
WeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
WorkWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
MVCxSchedulerAgendaView
.AppointmentDisplayOptions.AutoAdjustForeColor
MVCxSchedulerDayView
.AppointmentDisplayOptions.AutoAdjustForeColor
MVCxSchedulerFullWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
MVCxSchedulerMonthView
.AppointmentDisplayOptions.AutoAdjustForeColor
MVCxSchedulerTimelineView
.AppointmentDisplayOptions.AutoAdjustForeColor
MVCxSchedulerWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
MVCxSchedulerWorkWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
ASP.NET Bootstrap Controls BootstrapAgendaView
.AppointmentDisplayOptions.AutoAdjustForeColor
BootstrapDayView
.AppointmentDisplayOptions.AutoAdjustForeColor
BootstrapFullWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
BootstrapMonthView
.AppointmentDisplayOptions.AutoAdjustForeColor
BootstrapTimelineView
.AppointmentDisplayOptions.AutoAdjustForeColor
BootstrapWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
BootstrapWorkWeekView
.AppointmentDisplayOptions.AutoAdjustForeColor
See Also