Skip to main content
All docs
V23.2

WebDocumentViewerSettingsBase.AccessibilityCompliant Property

Enables accessibility mode.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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