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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.ExpressionEditor, DevExpress.Wpf.ExpressionEditor

Declaration

public ExpressionEditorContext Context { get; set; }

Property Value

Type Description
ExpressionEditorContext

The context that allows you to customize the Expression Editor.

See Also