Skip to main content

DXCalendarActualAppearance.DayCellTodayEllipseBackgroundColor Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color DayCellTodayEllipseBackgroundColor { get; }

Property Value

Type Description
Color

The today cell’s ellipse background color.

See Also