Skip to main content

ViewBaseActualAppearance.HeaderItemTodayWeekDayTextFontAttributes Property

Gets the font attribute value that is applied to the DevExpress.Maui.Scheduler view’s week day header text when the header identifies today. To specify this value, use the TodayWeekDayTextFontAttributes property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public FontAttributes HeaderItemTodayWeekDayTextFontAttributes { get; }

Property Value

Type Description
FontAttributes

The font attributes.

See Also