MonthViewActualAppearance.CellTodayDayNumberBackgroundColor Property
Gets the day number’s background color that is applied to the MonthView cells when the cell is the today. To specify this color, use the MonthViewCellAppearance‘s TodayDayNumberBackgroundColor inherited property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public Color CellTodayDayNumberBackgroundColor { get; }
Property Value
Type | Description |
---|---|
Color | The day number’s background color. |
See Also