DataFormValidationEventArgs.HasErrors Property
Gets or sets whether the data form is valid.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool HasErrors { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
See Also