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

    Enables accessibility mode.

    Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public bool AccessibilityCompliant { get; set; }

    Property Value

    Type Description
    Boolean

    True to enable accessibility mode; otherwise, false.

    Remarks

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

    See Also