ReportToolbarSettings.AccessibilityCompliant Property
Enables support for Section 508.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to enable support for Section 508; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AccessibilityCompliant |
---|---|
ReportToolbarExtension |
|
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 ReportToolbarSettings control.
To learn more, see the Accessibility Support topic.
See Also