Skip to main content

DXCalendarActualAppearance.DayCellTodayTextColor Property

Gets the today cell’s text color that is applied to the DXCalendar. To specify this value, use the TodayTextColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color DayCellTodayTextColor { get; }

Property Value

Type Description
Color

The today cell’s text color.

See Also