Back to Devexpress

EditBase.DisabledIconColor Property

maui-devexpress-dot-maui-dot-editors-dot-editbase-a5a0aee1.md

latest993 B
Original Source

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

csharp
public Color DisabledIconColor { get; set; }

Property Value

TypeDescription
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

EditBase Class

EditBase Members

DevExpress.Maui.Editors Namespace