Skip to main content
A newer version of this page is available. .

ExpressionEditorMode Enum

Lists modes which specify the Expression Editor version.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public enum ExpressionEditorMode

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.

See Also