AutoCompleteEditActualAppearance.DisabledAffixColor Property
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
public Color DisabledAffixColor { get; }
Property Value
Type | Description |
---|---|
Color | The color that is applied to the AutoCompleteEdit‘s Prefix and Suffix text when the editor is disabled. |
See Also