Skip to main content

MonthViewActualAppearance.CellTodayBackgroundColor Property

Gets the backround color that is applied to the MonthView cells when the cell is the today. To specify this color, use the MonthViewCellAppearance‘s TodayBackgroundColor inherited 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