Skip to main content

EditBase.DisabledIconColor Property

Gets or sets the color for icons of the editor in a disabled state. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color DisabledIconColor { get; set; }

Property Value

Type Description
Color

The icon color.

Remarks

The editor gets colors for its icons from the applied theme. Use the DisabledIconColor property to apply a custom color to icons of the editor in a disabled state.

See Also