AutoCompleteTokenEditActualAppearance.TokenPressedBackgroundColor Property
In This Article
Gets the background color that is applied to the AutoCompleteTokenEdit‘s token when it is in the pressed state. To specify this color, use the PressedBackgroundColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public Color TokenPressedBackgroundColor { get; }
#Property Value
Type | Description |
---|---|
Color | The token’s background color when it is pressed. |
See Also