Skip to main content

DXCalendarActualAppearance.DayCellTodayBackgroundColor Property

Gets the today cell’s background color that is applied to the DXCalendar. To specify this color, use the TodayBackgroundColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color DayCellTodayBackgroundColor { get; }

Property Value

Type Description
Color

The today cell’s background color.

See Also