Skip to main content
A newer version of this page is available. .
All docs
V21.1

WindowsFormsSettings.UseUIAutomation Property

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v21.1.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public static DefaultBoolean UseUIAutomation { get; set; }

Property Value

Type
DefaultBoolean

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The default behavior determined by the control’s logic.

See Also