Skip to main content

MonthViewActualAppearance.CellTodayFirstDayOfMonthDayNumberTextColor Property

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

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public Color CellTodayFirstDayOfMonthDayNumberTextColor { get; }

Property Value

Type Description
Color

The text color.

See Also