Skip to main content
All docs
V25.1
  • CompatibilitySettings.AllowAccessibilityAlerts Property

    Gets or sets whether to enable UI Automation-based accessibility alerts for validation errors.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Data.Desktop.v25.1.dll

    NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

    Declaration

    public static bool AllowAccessibilityAlerts { get; set; }

    Property Value

    Type Description
    Boolean

    true to enable UI Automation-based accessibility alerts for validation errors; otherwise, false.

    Remarks

    Refer to the following help topic for more information: AllowAccessibilityAlerts.

    See Also