Skip to main content
All docs
V23.2

WindowsFormsSettings.EnableCodedUITestExtension Property

SECURITY NOTE

We do not recommend enabling this functionality by default. Review all security-related matters and mitigate associated risks before enabling the DevExpress Coded UI Test extension to enhance overall security and maintain application integrity. Learn more

Gets or sets whether to enable the Coded UI Test Extension.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public static DefaultBoolean EnableCodedUITestExtension { get; set; }

Property Value

Type Description
DefaultBoolean

A value that specifies whether to enable the Coded UI Test Extension (disabled by default).

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

Set the EnableCodedUITestExtension property to DefaultBoolean.True at application startup (for apps being tested).

See Also