Skip to main content

ChipActualAppearance.CheckIconColor Property

Gets the check icon’s foreground value that is applied to the Chip. To specify this value, use the CheckIconColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color CheckIconColor { get; }

Property Value

Type Description
Color

The check icon’s foreground value that is applied to the Chip.

See Also