Back to Devexpress

ValidationService Attached Properties

wpf-devexpress-dot-xpf-dot-editors-dot-validationservice-dot-underscore-attachedproperties.md

latest1.3 KB
Original Source

ValidationService Attached Properties

The service that allows you to implement validation in compliance with MVVM.

NameDescription
AllowAccessibilityAlerts staticSpecifies whether to enable UI Automation-based accessibility alerts for validation errors. This is an attached property.
HasValidationError staticIndicates whether validation has failed. This is an attached property.
IsValidationContainer staticAllows you to to catch validation errors within a visual container. This is an attached property.
ValidationErrors staticReturns a collection of validation errors. This is an attached property.
ValidationService staticFor internal use.

See Also

ValidationService Class

ValidationService Members

DevExpress.Xpf.Editors Namespace