Skip to main content

DXCalendarActualAppearance.MonthCellDisabledFontSize Property

Gets the month cell’s font size value that is applied to the DXCalendar when the month is disabled. To specify this value, use the CalendarMonthCellAppearance‘s DisabledFontSize inherited property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double MonthCellDisabledFontSize { get; }

Property Value

Type Description
Double

The month cell’s font size.

See Also