DayViewHeaderItemViewModel.DayNumberTextFontSize Property
Gets or sets the font size that the header uses to display day number text.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public double DayNumberTextFontSize { get; set; }
Property Value
Type | Description |
---|---|
Double | The font size that the header uses to display day number text. |
See Also