Skip to main content
A newer version of this page is available. .

EditBase.ErrorIconColor Property

Gets or sets the color of an icon displayed when HasError is set to true.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public Color ErrorIconColor { get; set; }

Property Value

Type Description
Color

A structure that specifies a color.

Remarks

If the ErrorIconColor is not specified, the error icon is colored according to the ErrorColor property.

See Also