Skip to main content
All docs
V23.2

DxDocumentViewerBase.AccessibilityCompliant Property

Enables accessibility mode.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v23.2.JSBasedControls.Common.dll

NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common

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