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