Skip to main content

ViewBaseActualAppearance.HeaderItemWeekDayTextFontFamily Property

Gets the font family that is applied to the DevExpress.Maui.Scheduler view’s weekday header text. To specify this value, use the WeekDayTextFontFamily property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public string HeaderItemWeekDayTextFontFamily { get; }

Property Value

Type Description
String

The font family.

See Also