DataFormPropertyValidationEventArgs.HasError Property
Gets or sets whether the new value is valid.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool HasError { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if the new value is not valid; otherwise, false. |
See Also