Skip to main content
All docs
V24.1

WebDocumentViewerSettingsBase.AccessibilityCompliant Property

Enables accessibility mode.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.Data.v24.1.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: Web Reporting - Accessibility.

See Also