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

WebDocumentViewerModel.AccessibilityCompliant Property

Enables accessibility mode.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v21.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

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: Accessibility in Reporting for Web.

See Also