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