Skip to main content

AutoCompleteTokenEditActualAppearance.TokenIconColor Property

Gets the color that is applied to the AutoCompleteTokenEdit‘s token icon. 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 icon’s color.

See Also