MonthViewActualAppearance.CellTodayDayNumberTextFontSize Property
Gets the day number’s text font size value that is applied to the MonthView cells when the cell is the today. To specify this value, use the MonthViewCellAppearance‘s TodayDayNumberTextFontSize inherited property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public double CellTodayDayNumberTextFontSize { get; }
Property Value
| Type | Description |
|---|---|
| Double | The day number’s text font size. |
See Also