Skip to main content

CalendarSelectableCellStyle.SelectedEllipseBackgroundColor Property

Gets or sets the background color for the selection ellipse.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public Color SelectedEllipseBackgroundColor { get; set; }

#Property Value

Type Description
Color

A structure that stores a color.

See Also