Skip to main content

MonthViewActualAppearance.CellTodayDayNumberTextFontFamily Property

Gets the day number’s text font family value that is applied to the MonthView cells when the cell is the today. To specify this value, use the MonthViewCellAppearance‘s TodayDayNumberTextFontFamily inherited property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public string CellTodayDayNumberTextFontFamily { get; }

Property Value

Type Description
String

The day number’s text font family.

See Also