Skip to main content
All docs
V22.1
  • CalendarSelectableCellStyle.SelectedBackgroundColor Property

    Gets or sets the background color for cells in the selected state.

    Namespace: DevExpress.XamarinForms.Editors

    Assembly: DevExpress.XamarinForms.Editors.dll

    NuGet Package: DevExpress.XamarinForms.Editors

    Declaration

    public Color SelectedBackgroundColor { get; set; }

    Property Value

    Type Description
    Color

    A structure that stores a color.

    See Also