Skip to main content

MonthViewActualAppearance.CellFirstDayOfMonthDayNumberTextColor Property

Gets the text color that is applied to the MonthView day cell’s numbers when the day is the first day of the month. To specify this color, use the FirstDayOfMonthDayNumberTextColor property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public Color CellFirstDayOfMonthDayNumberTextColor { get; }

Property Value

Type Description
Color

The text color.

See Also