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

dxUIAClasses Unit

In This Article

Implements the UI Automation functionality in DevExpress controls.

#Classes

Name Description
TdxAutomationElementSettings Stores UI Automation tree-related settings for a DevExpress control/UI element.
TdxAutomationProperties Stores UIA node properties associated with a DevExpress control/UI element.
TdxAutomationProperty The base class for all UIA node properties.
TdxAutomationProperty<T> The base class for all UIA node property classes.
TdxStringAutomationProperty Stores a string property for a UI Automation tree node.

#Variables

Name Description
dxUIACalculateAllProperties Specify if all properties are automatically calculated for a node in the UI Automation tree.
dxUIAutomationEnabled Specifies if the UI Automation functionality is enabled for all supported DevExpress controls in the application.

#Types

Name Description
TdxCalculateAutomationPropertyEvent The procedural type for UIA node property calculation events.
TdxInitializeAutomationPropertiesEvent The procedural type for UIA node property initialization events.