Skip to main content

DayViewHeaderItemViewModel.AlternateBackgroundColor Property

Gets or sets the color that the header uses to paint a significant element.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public Color AlternateBackgroundColor { get; set; }

Property Value

Type Description
Color

The color the header uses to paint a significant element.

See Also