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.v18.2.dll

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