Skip to main content

ExpressionEditorControl.Context Property

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

Namespace: DevExpress.Xpf.ExpressionEditor

Assembly: DevExpress.Xpf.ExpressionEditor.v23.2.dll

NuGet Package: 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