Skip to main content

AutoCompleteEditActualAppearance.AffixColor Property

Gets the color that is applied to the AutoCompleteEdit‘s Prefix and Suffix text. To specify this color, use the AffixColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color AffixColor { get; }

Property Value

Type Description
Color

The color that is applied to the AutoCompleteEdit‘s Prefix and Suffix text.

See Also