Skip to main content
A newer version of this page is available. .
All docs
V21.2

ValidationService.ValidationErrors Attached Property

Returns a collection of validation errors. This is an attached property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

Returns

Type Description
ReadOnlyObservableCollection<BaseValidationError>

A collection of DevExpress.Xpf.Editors.Validation.BaseValidationError descendants.

Remarks

The HasValidationError property indicates whether validation has failed.

See Also