DayViewHeaderItemViewModel.DayNumberTextFontSize Property
Gets or sets the font size that the header uses to display day number text.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.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