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

  • 2 minutes to read

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 limitations of Data Editors according to the WCAG 2.x standard:

WCAG 2.x Criterion

Exception Description

2.1.1

Keyboard

(Level A)

The PopupCalcEdit control does not support keyboard navigation.

ColorEdit control does not support navigation through colors from the keyboard.

Users cannot change the TrackBarEdit‘s values with the keyboard.

Users cannot change the RangeControl‘s values with the keyboard.

BreadcrumbControl

  • Users cannot navigate the displayed path.
  • Users cannot focus the control with the keyboard until it is focused with the mouse.

4.1.2

Name, Role, Value

(Level A)

The list below contains controls or their elements that do not provide assistive technologies with accessible information:

ComboBoxEdit

  • The selected item when you change it.
  • Drop-down button.

DateEdit:

  • Values when you change them with Up/Down keys.
  • Date calendar in the popup.

Date elements in the DateEditPicker popup.

The StepProgressBar‘s focused step.

2.5.8

Target Size (Minimum)

(Level AA 2.2 only)

The following DevExpress components may contain smaller pointer input arears than 24x24 pixels (depending on the applied theme):

Note

Accessibility features of your application depend on implementation (your use of Data Editors 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.

#Keyboard Navigation

Refer to following sections to see the list of available keys that allow users to interact with Data Editors.

#ComboBoxEdit / AutoSuggestEdit

Key Action
Alt + ↓ Opens a drop-down.
Space Check/uncheck an item in the ComboBoxEdit drop-down.[1]

#SpinEdit

Key Action
↑ / ↓ Increases / decreses a SpinEdit value.

#CheckEdit / ToggleSwitch

Key Action
Space Check/uncheck a CheckEdit / ToggleSwitch item.

#MemoEdit

Key Action
Alt + ↓ Opens a MemoEdit drop-down.
Ctrl + Enter Save the made changes.

#RatingEdit

Key Action
← / → Increases / decreses a RatingEdit value.

#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.