Skip to main content

AutoCompleteTokenEdit.TokenAppearance Property

Gets or sets the appearance settings that are applied to the current AutoCompleteTokenEdit‘s tokens. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public TokenAppearance TokenAppearance { get; set; }

Property Value

Type Description
TokenAppearance

The appearance object.

See Also