[]
        
(Showing Draft Content)

C1.WPF.ExpressionEditor.ExpressionEditorCollection.Add

Add Method

Add(string, C1ExpressionEditor)

Add an expression editor to the collection.

Declaration
public void Add(string columnName, C1ExpressionEditor editor)
Parameters
Type Name Description
string columnName

The column name of the grid.

C1ExpressionEditor editor

The expression editor.