MonthViewActualAppearance.CellDayNumberTextFontFamily Property
Gets the font family value that is applied to the MonthView day cell number’s text. To specify this value, use the DayNumberTextFontFamily property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public string CellDayNumberTextFontFamily { get; }
Property Value
Type | Description |
---|---|
String | The font family. |
See Also