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

ExpressionEditorUIHelper.RunExpressionEditor(ref String, IExpressionEditorView, ExpressionEditorContext) Method

Runs the Expression Editor with the specified settings.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v19.2.dll

Declaration

public static bool RunExpressionEditor(
    ref string expressionString,
    IExpressionEditorView view,
    ExpressionEditorContext context
)

Parameters

Name Type Description
expressionString String

A String value, specifying the expression.

view IExpressionEditorView

An object implementing the IExpressionEditorView interface.

context ExpressionEditorContext

An ExpressionEditorContext object.

Returns

Type Description
Boolean

true, if the editor was closed by clicking the OK button; otherwise, false.

See Also