Skip to main content

DXCalendarActualAppearance.MonthCellSelectedFontSize Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double MonthCellSelectedFontSize { get; }

Property Value

Type Description
Double

The month cell’s font size.

See Also