Skip to main content
All docs
V25.1
  • DxDocumentViewerBase.AccessibilityCompliant Property

    Enables accessibility mode.

    Namespace: DevExpress.Blazor.Reporting

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

    See Also