Skip to main content

DXCalendarActualAppearance.MonthCellDisabledBackgroundColor Property

Gets the month cell’s background color that is applied to the DXCalendar when the month is disabled. To specify this color, use the CalendarMonthCellAppearance‘s DisabledBackgroundColor inherited property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color MonthCellDisabledBackgroundColor { get; }

Property Value

Type Description
Color

The month cell’s background color.

See Also