DXCalendarActualAppearance.DayCellDisabledBackgroundColor Property
In This Article
Gets the day cell’s background color that is applied to the DXCalendar when the cell is disabled. To specify this color, use the DisabledBackgroundColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public Color DayCellDisabledBackgroundColor { get; }
#Property Value
Type | Description |
---|---|
Color | The cell’s background color. |
See Also