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
public TokenAppearance TokenAppearance { get; set; }
Property Value
Type | Description |
---|---|
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