Skip to main content

DXCalendarActualAppearance.MonthCellTextColor Property

Gets the month cell’s text color that is applied to the DXCalendar. To specify this color, use the CalendarMonthCellAppearance‘s TextColor inherited property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color MonthCellTextColor { get; }

Property Value

Type Description
Color

The month cell’s text color.

See Also