Skip to main content

DataFormValidationEventArgs.HasErrors Property

Gets or sets whether the data form is valid.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public bool HasErrors { get; set; }

#Property Value

Type Description
Boolean

true if the data form is not valid; otherwise, false.

See Also