Back to Devexpress

WindowsFormsSettings.EnableCodedUITestExtension Property

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-09be14f8.md

latest2.2 KB
Original Source

WindowsFormsSettings.EnableCodedUITestExtension Property

SECURITY-RELATED CONSIDERATIONS

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.v25.2.dll

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

Declaration

csharp
public static DefaultBoolean EnableCodedUITestExtension { get; set; }
vb
Public Shared Property EnableCodedUITestExtension As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

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

|

Available values:

NameDescriptionReturn 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

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace