DayViewBaseActualAppearance.CellTodayBackgroundColor Property
Gets the background color that is applied to the DayView‘s today cell. 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 CellTodayBackgroundColor { get; }
Property Value
Type | Description |
---|---|
Color | The background color. |
See Also