HeaderItemViewModel.WeekDayTextFontAttributes Property
Gets or sets whether the week day text is bold, italic, both, or neither.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public FontAttributes WeekDayTextFontAttributes { get; set; }
Property Value
Type | Description |
---|---|
FontAttributes | The value that specifies whether the week day text is bold, italic, both, or neither. |
See Also