Skip to main content

FilterChipGroupItemBaseActualAppearance.ChipSelectedBackgroundColor Property

Gets the chip’s background color that is applied to FilterChipGroupItemBase when it is selected. To specify this mode, use the ChipSelectedBackgroundColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color ChipSelectedBackgroundColor { get; }

Property Value

Type Description
Color

The chip’s background color when it is selected.

See Also