Skip to main content

ChipGroupActualAppearance.ChipIconColor Property

Gets the chip’s icon color that is applied to the ChipGroup. To specify this color, use the ChipIconColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color ChipIconColor { get; }

Property Value

Type Description
Color

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

See Also