Back to Devexpress

ValidationService.GetAllowAccessibilityAlerts(DependencyObject) Method

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

latest1.7 KB
Original Source

ValidationService.GetAllowAccessibilityAlerts(DependencyObject) Method

Get 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 bool GetAllowAccessibilityAlerts(
    DependencyObject d
)
vb
Public Shared Function GetAllowAccessibilityAlerts(
    d As DependencyObject
) As Boolean

Parameters

NameTypeDescription
dDependencyObject

An associated object.

|

Returns

TypeDescription
Boolean

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

|

See Also

ValidationService Class

ValidationService Members

DevExpress.Xpf.Editors Namespace