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

ExpressionEditorPresenter.Context Property

Gets an object enabling customization of the Expression Editor.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v19.1.dll

Declaration

public ExpressionEditorContext Context { get; }

Property Value

Type Description
ExpressionEditorContext

An ExpressionEditorContext object.

Implements

See Also