DayViewBaseActualAppearance.HeaderItemTodayDayNumberTextFontAttributes Property
Gets the font attribute value that is applied to the header item’s today number. To specify this value, use the TodayDayNumberTextFontAttributes property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public FontAttributes HeaderItemTodayDayNumberTextFontAttributes { get; }
Property Value
Type | Description |
---|---|
FontAttributes | The font attributes. |
See Also