ViewBaseActualAppearance.HeaderItemWeekDayTextColor Property
Gets the color that is applied to the DevExpress.Maui.Scheduler view’s week day header text. To specify this color, use the WeekDayTextColor property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public Color HeaderItemWeekDayTextColor { get; }
Property Value
| Type | Description |
|---|---|
| Color | The text color. |
See Also