windowsforms-devexpress-dot-xtraeditors-8899e468.md
Lists modes that specify the Expression Editor version.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public enum ExpressionEditorMode
Public Enum ExpressionEditorMode
| Name | Description |
|---|---|
Default |
Editor version depends on the WindowsFormsSettings.DefaultSettingsCompatibilityMode value. If its value is v16 or less, it is the legacy version; otherwise, the new version is used.
|
| Standard |
Specifies a legacy version of the Expression editor.
|
| AutoComplete |
Specifies a new version of the Expression editor.
|
The following properties accept/return ExpressionEditorMode values:
See Also