ViewBaseActualAppearance.HeaderItemTodayWeekDayTextFontFamily Property
Gets the font family that is applied to the DevExpress.Maui.Scheduler view’s weekday header text when the header identifies today. To specify this value, use the TodayWeekDayTextFontFamily property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public string HeaderItemTodayWeekDayTextFontFamily { get; }
Property Value
Type | Description |
---|---|
String | The font family. |
See Also