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

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