MonthViewCellStyle.TodayDayNumberBackgroundColor Property
In This Article
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
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
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