Skip to main content

ChipGroupActualAppearance.ChipBackgroundColor Property

Gets the chip’s background color that is applied to the ChipGroup. To specify this color, 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 background color value that is applied to the ChipGroup.

See Also