Skip to main content
A newer version of this page is available. .
All docs
V21.2

ASPxWebDocumentViewer.AccessibilityCompliant Property

Enables accessibility mode.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v21.2.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: Accessibility in Reporting for Web.

See Also