Skip to main content
All docs
V24.1

dxUIAutomationEnabled Variable

Specifies if the UI Automation functionality is enabled for all supported DevExpress controls in the application.

Declaration

var dxUIAutomationEnabled: Boolean = True;

Variable Value

Type Description
Boolean

True if the UI Automation functionality is enabled; otherwise, False.

See Also