ViewBaseActualAppearance.HeaderItemTodayWeekDayTextFontSize Property
In This Article
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
C#
public double HeaderItemTodayWeekDayTextFontSize { get; }
#Property Value
Type | Description |
---|---|
Double | The font size. |
See Also