ValidationService.GetAllowAccessibilityAlerts(DependencyObject) Method
In This Article
Get the value of the ValidationService.AllowAccessibilityAlerts attached property to a specified ValidationService.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static bool GetAllowAccessibilityAlerts(
DependencyObject d
)
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
An associated object. |
#Returns
Type | Description |
---|---|
Boolean | The Validation |
See Also