Skip to main content

TokenEditActualAppearance.TokenIconColor Property

Gets the icon color that is applied to the TokenEdit‘s token items. To specify this color, use the IconColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color TokenIconColor { get; }

Property Value

Type Description
Color

The token’s icon color.

See Also