Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ExpressionEditorMode Enum

Lists values that specify the expression editor’s mode.

Namespace: DevExpress.Xpf.Editors.ExpressionEditor

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public enum ExpressionEditorMode

#Members

Name Description
Default

The expression editor depends on the DataViewBase.UnboundExpressionEditorCreated event implementation.

Standard

The expression editor works in standard mode.

AutoComplete

The expression editor provides the autocomplete capability.

#Related API Members

The following properties accept/return ExpressionEditorMode values:

#Remarks

The following images show Expression Editor in AutoComplete and Standard modes.

ExpressionEditorsVersions

See Also