AutoCompleteTokenEdit.TokenAppearance Property
In This Article
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
C#
public TokenAppearance TokenAppearance { get; set; }
#Property Value
Type | Description |
---|---|
Token |
The appearance object. |
See Also