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