ExpressionEditorUIHelper.RunExpressionEditor(ref String, IExpressionEditorView, ExpressionEditorContext) Method
Runs the Expression Editor with the specified settings.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
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