AutoCompleteEdit.DisabledAffixColor Property
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color DisabledAffixColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color | The text color for the prefix and suffix. |
Remarks
To deactivate the editor and switch it to the disabled state, set the AutoCompleteEdit.IsEnabled property to false.
See Also