[]
        
(Showing Draft Content)

C1.WPF.ExpressionEditor.ExpressionEditorCollection

ExpressionEditorCollection Class

The collection of the expression editor.

Inheritance
ExpressionEditorCollection
Implements
Namespace: C1.WPF.ExpressionEditor
Assembly: C1.WPF.ExpressionEditor.4.6.2.dll
Syntax
public class ExpressionEditorCollection : IDisposable

Constructors

Name Description
ExpressionEditorCollection(ISupportExpressions)

Initializes a new instance of the ExpressionEditorCollection which accepts an ISupportExpressions.

Properties

Name Description
this[string]

Gets an expression editor in collections.

Methods

Name Description
Add(string, C1ExpressionEditor)

Add an expression editor to the collection.

Contains(string)

Gets the column name is contained in the collection.

Dispose()

Clean up events being used.

Evaluate()

Evaluate all expression editor values.

Evaluate(int)

Evaluate the value of a column expression.

GetColumnName(C1ExpressionEditor)

Gets the column name of the expression editor.

Remove(string)

Remove the corresponding expression editor with the column name.

RenameColumn(string, string)

Rename the expression editor names.