ASPxTreeList.AccessibilityCompliant Property
Enables accessibility support.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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 (accessibility specific) HTML code (like the A element, the attributes for the Table element etc.).
To learn more, see Accessibility Support.
When support for Section 508 is enabled:
- column captions are rendered as hyperlinks;
- end-users can navigate between tree list elements (e.g. column headers, page numbers, etc.) via Tab and Shift Tab;
- use Enter to sort column values and expand/collapse nodes.
See Also