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

ExpressionEditorControl.Context Property

Gets or sets the context that allows you to customize the Expression Editor.

Namespace: DevExpress.Xpf.ExpressionEditor

Assembly: DevExpress.Xpf.ExpressionEditor.v19.1.dll

Declaration

public ExpressionEditorContext Context { get; set; }

Property Value

Type Description
ExpressionEditorContext

The context that allows you to customize the Expression Editor.

See Also