ViewBaseActualAppearance.HeaderItemWeekDayTextFontSize Property
Gets the font size that is applied to the DevExpress.Maui.Scheduler view’s weekday header text. To specify this value, use the WeekDayTextFontSize property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public double HeaderItemWeekDayTextFontSize { get; }
Property Value
Type | Description |
---|---|
Double | The font size. |
See Also