CalendarDayCellStyle.TodayBackgroundColor Property
In This Article
Gets or sets today’s date’s background color.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public Color TodayBackgroundColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | A structure that specifies a color. |
See Also