Skip to main content

MonthViewCellViewModel.AlternateBackgroundColor Property

Gets or sets the color the cell uses to paint the day number’s background.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public Color AlternateBackgroundColor { get; set; }

Property Value

Type Description
Color

The color the cell uses to paint the day number’s background.

See Also