EditBase.IconColor Property
Specifies the color for editor icons.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Color IconColor { get; set; }
Property Value
Type | Description |
---|---|
Color | Icon color. |
Remarks
The editor gets colors for its icons from the applied theme. Use the IconColor property to apply a custom color to editor icons. If you need the editor to display each icon in its original color, set the IconColor property to Color.Default.
See Also