Skip to main content

MonthViewActualAppearance.CellFirstDayOfMonthDayNumberTextFontFamily Property

Gets the font family 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 FirstDayOfMonthDayNumberTextFontFamily property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public string CellFirstDayOfMonthDayNumberTextFontFamily { get; }

Property Value

Type Description
String

The font family.

See Also