Skip to main content

AutoCompleteTokenEditActualAppearance.TokenTextColor Property

Gets the text color that is applied to the AutoCompleteTokenEdit‘s token. To specify this color, use the TextColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color TokenTextColor { get; }

Property Value

Type Description
Color

The token’s text color.

See Also