Skip to main content

ChipGroupActualAppearance.ChipDisabledRemoveIconColor Property

Gets the chip’s remove icon color that is applied to the ChipGroup when the chip is disabled. To specify this color, use the ChipDisabledRemoveIconColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color ChipDisabledRemoveIconColor { get; }

Property Value

Type Description
Color

The chip’s remove icon color that is applied to the ChipGroup when the chip is disabled.

See Also