Skip to main content

HeaderItemViewModel.WeekDayTextFontSize Property

Gets or sets the size of the header item’s week day text.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public double WeekDayTextFontSize { get; set; }

Property Value

Type Description
Double

The size of the header item’s week day text, in density independent pixels.

See Also