Skip to main content

CellStyle.TodayBackgroundColor Property

Gets or sets the color that cells use to paint their background when they represent time slots that occur today.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public Color TodayBackgroundColor { get; set; }

Property Value

Type Description
Color

The color that cells use to paint their background when they represent time slots that occur today.

See Also