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

MonthViewCellStyle.TodayDayNumberBackgroundColor Property

Gets or sets the color the View uses to paint the background of day of the month when the cell displays today date.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public Color TodayDayNumberBackgroundColor { get; set; }

Property Value

Type Description
Color

The color the View uses to paint the background of day of the month when the cell displays today date.

See Also