Skip to main content

MonthViewActualAppearance.CellTodayDayNumberTextColor Property

Gets the day number’s text color that is applied to the MonthView cells when the cell is the today. To specify this color, use the MonthViewCellAppearance‘s TodayDayNumberTextColor inherited property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public Color CellTodayDayNumberTextColor { get; }

Property Value

Type Description
Color

The day number’s text color.

See Also