[]
        
(Showing Draft Content)

C1.Win.ExpressionEditor.ExpressionEditorForm

ExpressionEditorForm Class

Represents a window or dialog with expression editor and expression editor panel on it.

Namespace: C1.Win.ExpressionEditor
Assembly: C1.Win.ExpressionEditor.8.dll
Syntax
public class ExpressionEditorForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Constructors

Name Description
ExpressionEditorForm()

Initializes a new instance of the ExpressionEditorForm.

Properties

Name Description
DataMember

Gets or sets the specific list in a DataSource object.

DataSource

Gets or sets the object used as the data source.

Expression

Gets or sets expression string.

ShowApplyButton

Gets or sets a value indicating whether the Apply button is visible.

Methods

Name Description
Dispose(bool)

Clean up any resources being used.

OnApply()

Rises the Apply event.

OnShown(EventArgs)

Raises the System.Windows.Forms.Form.Shown event.

Reset()

Reset all properties to default.

Events

Name Description
Apply

Occurs when the Apply button is clicked.