Skip to main content
All docs
V22.1
  • SelectableChipGroup.ChipSelectedDisabledIconColor Property

    Gets or sets the icon color for chips in this group when they are selected and disabled.

    Namespace: DevExpress.XamarinForms.Editors

    Assembly: DevExpress.XamarinForms.Editors.dll

    NuGet Package: DevExpress.XamarinForms.Editors

    Declaration

    public Color ChipSelectedDisabledIconColor { get; set; }

    Property Value

    Type Description
    Color

    A structure that specifies a color.

    See Also