Back to Devexpress

ValidationService.SetAllowAccessibilityAlerts(DependencyObject, Boolean) Method

wpf-devexpress-dot-xpf-dot-editors-dot-validationservice-dot-setallowaccessibilityalerts-x28-system-dot-windows-dot-dependencyobject-system-dot-boolean-x29.md

latest1.7 KB
Original Source

ValidationService.SetAllowAccessibilityAlerts(DependencyObject, Boolean) Method

Set the value of the ValidationService.AllowAccessibilityAlerts attached property to a specified ValidationService.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static void SetAllowAccessibilityAlerts(
    DependencyObject d,
    bool value
)
vb
Public Shared Sub SetAllowAccessibilityAlerts(
    d As DependencyObject,
    value As Boolean
)

Parameters

NameTypeDescription
dDependencyObject

An associated object.

| | value | Boolean |

The desired value of the ValidationService.AllowAccessibilityAlerts attached property for the specified object.

|

See Also

ValidationService Class

ValidationService Members

DevExpress.Xpf.Editors Namespace