Skip to main content

MonthViewActualAppearance.CellTodayFirstDayOfMonthDayNumberTextFontSize Property

Gets the day number’s font size value that is applied to the MonthView cells when the cell is the today and the first day of the month. To specify this value, use the MonthViewCellAppearance‘s TodayFirstDayOfMonthDayNumberTextFontSize.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public double CellTodayFirstDayOfMonthDayNumberTextFontSize { get; }

Property Value

Type Description
Double

The font size.

See Also