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

    Enables accessibility mode.

    Namespace: DevExpress.XtraReports.Web

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

    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