ViewBaseActualAppearance.HeaderItemTodayWeekDayTextColor Property
In This Article
Gets the text color that is applied to the DevExpress.Maui.Scheduler view’s week day header when the header identifies today. To specify this color, use the TodayWeekDayTextColor property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public Color HeaderItemTodayWeekDayTextColor { get; }
#Property Value
Type | Description |
---|---|
Color | The content padding. |
See Also