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

DxDocumentViewer.AccessibilityCompliant Property

Enables accessibility mode.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v20.2.dll

NuGet Package: DevExpress.Blazor.Reporting

Declaration

[Parameter]
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