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