SelectableChipGroupActualAppearance.ChipSelectedBackgroundColor Property
Gets the selected chip’s background color that is applied to the SelectableChipGroup. To specify this color, 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 selected chip’s background color. |
See Also