AutoCompleteEditActualAppearance.DisabledAffixColor Property
In This Article
Gets the color that is applied to the AutoCompleteEdit‘s Prefix and Suffix text when the editor is disabled. To specify this color, use the DisabledAffixColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public Color DisabledAffixColor { get; }
#Property Value
Type | Description |
---|---|
Color | The color that is applied to the Auto |
See Also