Skip to main content
All docs
V24.1

Accessibility Support

The following table lists known TabControl limitations according to the WCAG 2.x standard:

WCAG 2.x Criterion

Exception Description

2.1.1

Keyboard

(Level A)

Users cannot close the opened tab from keyboard. As a workaround, you can call the DXTabControl.HideTabItem on a key press event.

4.1.2

Name, Role, Value

(Level A)

A TabControl header’s accessible information includes duplicated header label.

Note

Accessibility features of your application depend on implementation (your use of TabControl API). Your application may not require or enable user actions listed above. The limitation list may also be incomplete. Test all required user functionality to ensure accessibility compliance.

Information on Screen Reader Support and Contrast Theme Availability

Refer to the following topic for more information on the accessibility support in DevExpress WPF Controls: Accessibility Support.

Examples

How To: Create a PageView and Populate It with Data