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

ValidationService.HasValidationError Attached Property

Indicates whether validation has failed. 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
Boolean

true, if the validation has failed; otherwise, false.

Remarks

The ValidationErrors property returns a collection of validation errors.

See Also