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

QueryBuilderEditQueryContext.ExpressionEditorContext Property

Specifies the object enabling customization of the Expression Editor.

Namespace: DevExpress.DataAccess.UI.Sql

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public ExpressionEditorContext ExpressionEditorContext { get; set; }

Property Value

Type Description
ExpressionEditorContext

A ExpressionEditorContext object.

See Also