Skip to main content

MonthViewActualAppearance.CellFirstDayOfMonthDayNumberTextFontSize Property

Gets the font size value that is applied to the MonthView day cell numbers’s text when the day is the first day of the month. To specify this value, use the FirstDayOfMonthDayNumberTextFontSize property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public double CellFirstDayOfMonthDayNumberTextFontSize { get; }

Property Value

Type Description
Double

The font size.

See Also