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.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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 |
|
TimeCellsControlBase |
|
SchedulerViewBase |
|
See Also