BaseEdit.HasValidationError Property
In This Article
Gets whether an editor has a validation error. This is a dependency property.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the editor has a validation error; otherwise, false. |
See Also