DayViewBaseActualAppearance.AllDayAreaCellTodayBackgroundColor Property
Gets the today’s background color that is applied to the cell that contains the all day AppointmentItem (AllDay property is true
). To specify this color, use the TodayBackgroundColor property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public Color AllDayAreaCellTodayBackgroundColor { get; }
Property Value
Type | Description |
---|---|
Color | The today’s background color. |
See Also