Name | Description | |
---|---|---|
ExpressionEditorCollection Constructor | Initializes a new instance of the ExpressionEditorCollection control. |
The following tables list the members exposed by ExpressionEditorCollection.
Name | Description | |
---|---|---|
ExpressionEditorCollection Constructor | Initializes a new instance of the ExpressionEditorCollection control. |
Name | Description | |
---|---|---|
Columns | Gets list of column names. | |
Container | (Inherited from System.ComponentModel.Component) | |
DataMember | Gets or sets DataMember for data source of ExpressionEditor in the collection. | |
DataSource | Gets or sets the data source with which ExpressionEditor will work. | |
IntelliAutoCompletionEnabled | Gets or sets a value indicating the IntelliAutoCompletion is enabled or not. | |
IntelliDescriptionEnabled | Gets or sets a value indicating if the IntelliDescription is enabled. | |
IntelliErrorsEnabled | Gets or sets a value indicating if the IntelliErrors is enabled. | |
IntelliSyntaxHighlightingEnabled | Gets or sets a value indicating if the IntelliSyntaxHighlighting is enabled. | |
Item | Gets or sets the item with specified name. | |
ItemContext | Gets or sets the object used as the context for evaluating an expression. | |
ShowErrorBox | Gets or sets a value that indicates whether to show error box under the editor. | |
Site | (Inherited from System.ComponentModel.Component) | |
SyntaxHighlighting | Gets or sets a value indicating whether to highlight syntax. | |
UnderlineErrors | Gets or sets a value indicating whether to underline errors. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Add | Adds new C1ExpressionEditor object into collection. | |
AddAlias | Adds an alias for a field from DataSource. | |
AddFunction | Added a custom function to engine of C1ExpressionEditor. | |
Clear | Clear the collection. | |
Contains | Determines whether the ExpressionEditorCollection contains C1ExpressionEditor object associated with the specified column. | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. Releases all unmanaged resources. | |
Evaluate | Evaluate expressions of all C1ExpressionEditor. | |
GetEnumerator | ||
GetExpressionEditorCollection | Gets the ExpressionEditorCollection associated with specified object. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
OpenExpressionEditorForm | Opens ExpressionEditorForm to edit expression of C1ExpressionEditor with specified column name. | |
Remove | Removes C1ExpressionEditor object associated with the specified column. | |
Rename | Rename column associated with some of C1ExpressionEditor objects. | |
Reset | Resets properties to it default value. | |
SetCustomEngine | Set a custom engine to the expression editors. | |
SetExpressionEditorCollection | Sets the ExpressionEditorCollection associated with specified object. | |
ShowAboutBox | Shows the About Box for an instance of C1ExpressionEditor. | |
ToString | (Inherited from System.ComponentModel.Component) | |
Update | Updates the expression for the specified column. Adds new C1ExpressionEditor object into collection if needed. |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnExpressionChanged | Rises the ExpressionChanged event. | |
OnPropertyChanged | Rises the PropertyChanged event. |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
ExpressionChanged | Occurs when expression string of any item changed. | |
PropertyChanged | Occurs when a property value changes. |