Skip to main content
All docs
V23.2

ASPxWebDocumentViewer.AccessibilityCompliant Property

Enables accessibility mode.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.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