DXCalendarActualAppearance.DayOfWeekCellBackgroundColor Property
Gets the day of week cell’s background color that is applied to the DXCalendar. To specify this color, use the CalendarDayOfWeekCellAppearance.BackgroundColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color DayOfWeekCellBackgroundColor { get; }
Property Value
Type | Description |
---|---|
Color | The day of weeek cell’s background color. |
See Also