ChipGroupActualAppearance.ChipPressedBackgroundColor Property
Gets the chip’s background color that is applied to the ChipGroup when the chip is pressed. To specify this color, use the ChipPressedBackgroundColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color ChipPressedBackgroundColor { get; }
Property Value
Type | Description |
---|---|
Color | The chip’s background color that is applied to the ChipGroup when the chip is pressed. |
See Also