Skip to main content

DataFormPropertyValidationEventArgs.HasError Property

Gets or sets whether the new value is valid.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public bool HasError { get; set; }

Property Value

Type Description
Boolean

true if the new value is not valid; otherwise, false.

See Also