Skip to main content

FilterChipGroupItemBaseActualAppearance.ChipBackgroundColor Property

Gets the background color of chips that is applied to FilterChipGroupItemBase. To specify this mode, use the ChipBackgroundColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color ChipBackgroundColor { get; }

Property Value

Type Description
Color

The chip background color.

See Also