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.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Remarks
Set the EnableCodedUITestExtension
property to DefaultBoolean.True
at application startup (for apps being tested).