EditBase.DisabledIconColor Property
Specifies the color for icons of the editor in a disabled state.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Color DisabledIconColor { get; set; }
Property Value
Type | Description |
---|---|
Color | 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