[]
Opens ExpressionEditorForm to edit expression of C1ExpressionEditor with specified column name.
public string OpenExpressionEditorForm(string column, string caption, bool showApplyButton, Point? location = null)
Public Function OpenExpressionEditorForm(column As String, caption As String, showApplyButton As Boolean, Optional location As Point? = Nothing) As String
| 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. |
| Type | Description |
|---|---|
| string |