Skip to main content
A newer version of this page is available. .

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

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