ExpressionEditorMode Enum
Lists modes that specify the Expression Editor version.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Members
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. |
Related API Members
The following properties accept/return ExpressionEditorMode values:
See Also