Skip to main content

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.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

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:

Object Type Path to AutoAdjustForeColor
SchedulerViewInfoBase
.AppointmentDisplayOptions .AutoAdjustForeColor
TimeCellsControlBase
.AppointmentDisplayOptions .AutoAdjustForeColor
SchedulerViewBase
.AppointmentDisplayOptions .AutoAdjustForeColor
See Also