DayViewBaseActualAppearance.HeaderItemTodayDayNumberTextColor Property
Gets the text color that is applied to the header item’s today number. To specify this color, use the TodayDayNumberTextColor property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public Color HeaderItemTodayDayNumberTextColor { get; }
Property Value
Type | Description |
---|---|
Color | The text color. |
See Also