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