Skip to main content
All docs
V25.1
  • ASPxWebDocumentViewer.AccessibilityCompliant Property

    Enables accessibility mode.

    Namespace: DevExpress.XtraReports.Web

    Assembly: DevExpress.XtraReports.v25.1.Web.WebForms.dll

    NuGet Package: DevExpress.Web.Reporting

    Declaration

    [DefaultValue(false)]
    public bool AccessibilityCompliant { get; set; }

    Property Value

    Type Default Description
    Boolean false

    True to enable accessibility mode; otherwise, false.

    Remarks

    Review the following help topic for more information: Web Reporting - Accessibility.

    See Also