Skip to main content

CellStyle.BackgroundColor Property

Gets or sets the color that cells use to paint their background.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public Color BackgroundColor { get; set; }

#Property Value

Type Description
Color

The color the cell uses to paint its background.

See Also