Back to Devexpress

ValidationService.ValidationErrors Attached Property

wpf-devexpress-dot-xpf-dot-editors-dot-validationservice-a769883b.md

latest1.3 KB
Original Source

ValidationService.ValidationErrors Attached Property

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

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

See GetValidationErrors(DependencyObject).

Returns

TypeDescription
ReadOnlyObservableCollection<BaseValidationError>

A collection of BaseValidationError descendants.

|

Remarks

The HasValidationError property indicates whether validation has failed.

See Also

ValidationService Class

ValidationService Members

DevExpress.Xpf.Editors Namespace