Skip to main content

ViewBaseActualAppearance.HeaderItemTodayWeekDayTextFontSize Property

Gets the font size that is applied to the DevExpress.Maui.Scheduler view’s weekday header text when the header identifies today. To specify this value, use the TodayWeekDayTextFontSize property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public double HeaderItemTodayWeekDayTextFontSize { get; }

Property Value

Type Description
Double

The font size.

See Also