ASPxDocumentViewer.AccessibilityCompliant Property
Enables support for Section 508.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to enable support for Section 508; otherwise, false. |
Remarks
Section 508 and the web accessibility guidelines make web content accessible to people with disabilities or those that are technically limited.
Enabled, the AccessibilityCompliant property provides for generating additional HTML code (e.g., the attributes for the <A> and <TABLE> elements) for the ASPxDocumentViewer control, as well as its child ReportToolbar and ReportDocumentMap controls.
To learn more, see the Accessibility Support topic.
See Also