Skip to main content

MonthViewActualAppearance.CellTodayFirstDayOfMonthDayNumberTextFontFamily Property

Gets the day number’s font family 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 TodayFirstDayOfMonthDayNumberTextFontFamily.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public string CellTodayFirstDayOfMonthDayNumberTextFontFamily { get; }

Property Value

Type Description
String

The font family.

See Also