ViewBaseActualAppearance.HeaderItemTodayWeekDayTextColor Property
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
public Color HeaderItemTodayWeekDayTextColor { get; }
Property Value
Type | Description |
---|---|
Color | The content padding. |
See Also