Skip to main content

SelectableChipGroupActualAppearance.ChipSelectedIconColor Property

Gets the chip’s icon color that is applied to the SelectableChipGroup when the chip is selected. To specify this color, use the ChipSelectedIconColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color ChipSelectedIconColor { get; }

Property Value

Type Description
Color

The chip’s icon color.

See Also