Skip to main content

AutoCompleteTokenEditActualAppearance.TokenBorderColor Property

Gets the border color that is applied to the AutoCompleteTokenEdit‘s tokens. To specify this color, use the BorderColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color TokenBorderColor { get; }

Property Value

Type Description
Color

The border color.

See Also