Skip to main content

TextEditActualAppearance.DisabledAffixColor Property

Gets the affix color that is applied to the TextEdit 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 affix color.

See Also