HeaderItemViewModel.WeekDayTextFontAttributes Property
Gets or sets whether the week day text is bold, italic, both, or neither.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.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