SelectableChipGroupActualAppearance.ChipSelectedDisabledRemoveIconColor Property
Gets the chip’s remove icon color that is applied to the SelectableChipGroup when the chip is selected and disabled. To specify this color, use the ChipSelectedDisabledRemoveIconColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color ChipSelectedDisabledRemoveIconColor { get; }
Property Value
Type | Description |
---|---|
Color | The chip’s remove icon color. |
See Also