Back to Devexpress

AppointmentDisplayOptions.AutoAdjustForeColor Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentdisplayoptions-a3288e51.md

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public AdjustColorMode AutoAdjustForeColor { get; set; }
vb
Public Property AutoAdjustForeColor As AdjustColorMode

Property Value

TypeDescription
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 TypePath to AutoAdjustForeColor
SchedulerViewInfoBase

.AppointmentDisplayOptions .AutoAdjustForeColor

| | TimeCellsControlBase |

.AppointmentDisplayOptions .AutoAdjustForeColor

| | SchedulerViewBase |

.AppointmentDisplayOptions .AutoAdjustForeColor

|

See Also

AppointmentDisplayOptions Class

AppointmentDisplayOptions Members

DevExpress.XtraScheduler Namespace