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