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

ExpressionEditorCreatedEventArgsBase.ExpressionEditorControl Property

Gets the Expression Editor in Standard mode.

Namespace: DevExpress.Xpf.Editors.ExpressionEditor

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public virtual ExpressionEditorControl ExpressionEditorControl { get; }

Property Value

Type Description
ExpressionEditorControl

The expression editor that works in standard mode.

Remarks

Refer to the Expression Editor Modes topic to learn more.

See Also