Skip to main content

MonthViewActualAppearance.CellDayNumberTextFontSize Property

Gets the font size value that is applied to the MonthView day cell number’s text. To specify this value, use the DayNumberTextFontSize property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public double CellDayNumberTextFontSize { get; }

Property Value

Type Description
Double

The font size.

See Also