Skip to main content

MonthViewActualAppearance.CellBackgroundColor Property

Gets the backround color that is applied to the MonthView cells. To specify this color, use the MonthViewCellAppearance‘s BackgroundColor inherited property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public Color CellBackgroundColor { get; }

Property Value

Type Description
Color

The backround color.

See Also