Skip to main content

AutoCompleteTokenEditActualAppearance.TokenBackgroundColor Property

Gets the background color that is applied to the AutoCompleteTokenEdit‘s tokens. To specify this color, use the TokenAppearance‘s inherited Background property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color TokenBackgroundColor { get; }

Property Value

Type Description
Color

The background color.

See Also