TokenAppearance.PressedBackgroundColor Property
Gets or sets the background color of the pressed token item. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color PressedBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The pressed token item’s background color. |
See Also