ValidationService.ValidationErrors Attached Property
In This Article
Returns a collection of validation errors. This is an attached property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Returns
Type | Description |
---|---|
Read |
A collection of Base |
#Remarks
The HasValidationError property indicates whether validation has failed.
See Also