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

DataFormView.EditorErrorColor Property

Specifies the color of editor borders, in-place labels, error icons, and error messages if there are input errors.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public Color EditorErrorColor { get; set; }

Property Value

Type Description
Color

The color that indicates an input error.

See Also