ReportToolbar.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. By default, this functionality is disabled. To enable it, turn on the AccessibilityCompliant option.
When support for Section 508 is enabled:
- end-users can navigate between toolbar elements via Tab and Shift Tab.
To learn more, see Accessibility Support.
See Also