[]
        
(Showing Draft Content)

C1.Win.ExpressionEditor.ExpressionEditorCollection.OpenExpressionEditorForm

OpenExpressionEditorForm Method

OpenExpressionEditorForm(string, string, bool, Point?)

Opens ExpressionEditorForm to edit expression of C1ExpressionEditor with specified column name.

Declaration
public string OpenExpressionEditorForm(string column, string caption, bool showApplyButton, Point? location = null)
Parameters
Type Name Description
string column

specified column name.

string caption

dialog caption.

bool showApplyButton

the value determines whether to show the Apply button.

Point? location

the initial position of the dialog.

Returns
Type Description
string