Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Accessibility Support

Many DevExpress WPF controls comply with WCAG 2.2 (Level AA), Section 508, and EN 301 549 standards. To learn more about how WPF controls satisfy these requirements, refer to the DevExpress Accessibility Conformance Report (ACR).

Download: DevExpress WPF ACR v24.1(based on VPAT®)

#Limitations

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