WebDocumentViewerBuilderBase<TSettings, TImpl, TModel>.AccessibilityCompliant(Boolean) Method
In This Article
Enables accessibility mode.
Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer
Assembly: DevExpress.AspNetCore.Reporting.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Reporting
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
value | Boolean | True to enable accessibility mode; otherwise, false. |
#Returns
Type | Description |
---|---|
TImpl | A Web |
#Remarks
Review the following help topic for more information: Web Reporting - Accessibility.
See Also