TokenEditActualAppearance.TokenPressedTextColor Property
In This Article
Gets the text color that is applied to the TokenEdit‘s token item when it is pressed. To specify this color, use the PressedTextColor inherited property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public Color TokenPressedTextColor { get; }
#Property Value
Type | Description |
---|---|
Color | The token’s text color when it is pressed. |
See Also