Skip to main content

DXCalendarActualAppearance.MonthCellFontSize Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double MonthCellFontSize { get; }

Property Value

Type Description
Double

The month cell’s font size.

See Also