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