Back to Devexpress

TokenEdit.TokenAppearance Property

maui-devexpress-dot-maui-dot-editors-dot-tokenedit.md

latest1.1 KB
Original Source

TokenEdit.TokenAppearance Property

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

csharp
public TokenAppearance TokenAppearance { get; set; }

Property Value

TypeDescription
TokenAppearance

The object that stores a TokenEdit token’s appearance settings.

|

Remarks

Refer to the following topic to see the available appearance properties: TokenAppearance members.

See Also

TokenEdit Class

TokenEdit Members

DevExpress.Maui.Editors Namespace