HeaderItemViewModel.WeekDayTextColor Property
Gets or sets the color the header item uses to paint its week day text.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public Color WeekDayTextColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The color the header item uses to paint its week day text. |
See Also