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

ExpressionEditorCreatedEventArgsBase.ExpressionEditorMode Property

Gets or sets the expression editor’s mode.

Namespace: DevExpress.Xpf.Editors.ExpressionEditor

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public ExpressionEditorMode ExpressionEditorMode { get; set; }

#Property Value

Type Description
ExpressionEditorMode

A ExpressionEditorMode enumeration value that specifies the expression editor’s mode.

Available values:

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.

#Remarks

If the ExpressionEditorMode property is set to ExpressionEditorMode.Default, the expression editor’s mode is determined by whether the DataViewBase.UnboundExpressionEditorCreated event implementation is accessing the ExpressionEditorCreatedEventArgsBase.ExpressionEditorControl or the ExpressionEditorCreatedEventArgsBase.AutoCompleteExpressionEditorControl.

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

ExpressionEditorsVersions

See Also