Back to Devexpress

WebDocumentViewerBuilderBase<TSettings, TImpl, TModel>.AccessibilityCompliant(Boolean) Method

xtrareports-devexpress-dot-aspnetcore-dot-reporting-dot-webdocumentviewer-dot-webdocumentviewerbuilderbase-3-dot-accessibilitycompliant-x28-system-dot-boolean-x29.md

latest2.0 KB
Original Source

WebDocumentViewerBuilderBase<TSettings, TImpl, TModel>.AccessibilityCompliant(Boolean) Method

Enables accessibility mode.

Namespace : DevExpress.AspNetCore.Reporting.WebDocumentViewer

Assembly : DevExpress.AspNetCore.Reporting.v25.2.dll

NuGet Package : DevExpress.AspNetCore.Reporting

Declaration

csharp
public TImpl AccessibilityCompliant(
    bool value
)
vb
Public Function AccessibilityCompliant(
    value As Boolean
) As TImpl

Parameters

NameTypeDescription
valueBoolean

True to enable accessibility mode; otherwise, false.

|

Returns

TypeDescription
TImpl

A WebDocumentViewerBuilderBase<TSettings, TImpl, TModel> that can be used in method chaining to configure the component.

|

Remarks

Review the following help topic for more information: Web Reporting - Accessibility.

See Also

WebDocumentViewerBuilderBase<TSettings, TImpl, TModel> Class

WebDocumentViewerBuilderBase<TSettings, TImpl, TModel> Members

DevExpress.AspNetCore.Reporting.WebDocumentViewer Namespace