ValidationService Attached Properties
The service that allows you to implement validation in compliance with MVVM.
Name | Description |
---|---|
Allow |
Specifies whether to enable UI Automation-based accessibility alerts for validation errors. This is an attached property. |
Has |
Indicates whether validation has failed. This is an attached property. |
Is |
Allows you to to catch validation errors within a visual container. This is an attached property. |
Validation |
Returns a collection of validation errors. This is an attached property. |
Validation |
For internal use. |
See Also