Skip to main content

DXCalendarActualAppearance.YearCellSelectedEllipseBackgroundColor Property

Gets the year cell’s ellipse background color that is applied to the DXCalendar when the cell is selected. To specify this color, use the CalendarYearCellAppearance‘s SelectedEllipseBackgroundColor inherited property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color YearCellSelectedEllipseBackgroundColor { get; }

Property Value

Type Description
Color

The year cell’s ellipse background color.

See Also