TokenEdit.TokenAppearance Property
In This Article
Gets or sets the appearance settings that are applied to the current TokenEdit‘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 object that stores a Token |
#Remarks
Refer to the following topic to see the available appearance properties: TokenAppearance members.
See Also