Skip to main content

TokenEditActualAppearance.TokenBackgroundColor Property

Gets the background color that is applied to the TokenEdit‘s token items. To specify this color, use the TokenAppearance‘s Background inherited 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 token’s background color.

See Also