Skip to main content

TimeRulerCellViewModel.BackgroundColor Property

Gets or sets the color the time ruler cell uses to paint its background.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public Color BackgroundColor { get; set; }

Property Value

Type Description
Color

The color the cell uses to paint its background.

See Also