wpf-devexpress-dot-xpf-dot-editors-dot-validationservice.md
Specifies whether to enable UI Automation-based accessibility alerts for validation errors. This is an attached property.
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
See GetAllowAccessibilityAlerts(DependencyObject) and SetAllowAccessibilityAlerts(DependencyObject, Boolean).
| Type | Description |
|---|---|
| Boolean |
true, to inform the user of validation errors via the UI Automation framework; otherwise, false.
|
Users receive validation alerts when they perform the following actions:
See Also