Skip to main content

DataFormItem.ErrorColor Property

Specifies the color of the editor’s borders, in-place label, error icon, and error message.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public Color ErrorColor { get; set; }

#Property Value

Type Description
Color

The color that indicates an input error.

See Also