Skip to main content

DXCalendarActualAppearance.DayCellTextColor Property

Gets the day cell’s text color that is applied to the DXCalendar. To specify this color, use the FontSize property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color DayCellTextColor { get; }

Property Value

Type Description
Color

The day cell’s text color.

See Also