Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor Namespace / ExpressionEditorCollection Class
Properties Methods Events


In This Topic
    ExpressionEditorCollection Class Members
    In This Topic

    The following tables list the members exposed by ExpressionEditorCollection.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ExpressionEditorCollection control.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets list of column names.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets DataMember for data source of ExpressionEditor in the collection.  
    Public PropertyGets or sets the data source with which ExpressionEditor will work.  
    Public PropertyGets or sets a value indicating the IntelliAutoCompletion is enabled or not.  
    Public PropertyGets or sets a value indicating if the IntelliDescription is enabled.  
    Public PropertyGets or sets a value indicating if the IntelliErrors is enabled.  
    Public PropertyGets or sets a value indicating if the IntelliSyntaxHighlighting is enabled.  
    Public PropertyGets or sets the item with specified name.  
    Public PropertyGets or sets the object used as the context for evaluating an expression.  
    Public PropertyGets or sets a value that indicates whether to show error box under the editor.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets a value indicating whether to highlight syntax.  
    Public PropertyGets or sets a value indicating whether to underline errors.  
    Top
    Protected Properties
    Public Methods
     NameDescription
    Public MethodAdds new C1ExpressionEditor object into collection.  
    Public MethodAdds an alias for a field from DataSource.  
    Public MethodAdded a custom function to engine of C1ExpressionEditor.  
    Public MethodClear the collection.  
    Public MethodDetermines whether the ExpressionEditorCollection contains C1ExpressionEditor object associated with the specified column.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden. Releases all unmanaged resources.  
    Public MethodEvaluate expressions of all C1ExpressionEditor.  
    Public Method  
    Public MethodGets the ExpressionEditorCollection associated with specified object.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOpens ExpressionEditorForm to edit expression of C1ExpressionEditor with specified column name.  
    Public MethodRemoves C1ExpressionEditor object associated with the specified column.  
    Public MethodRename column associated with some of C1ExpressionEditor objects.  
    Public MethodResets properties to it default value.  
    Public MethodSet a custom engine to the expression editors.  
    Public MethodSets the ExpressionEditorCollection associated with specified object.  
    Public MethodShows the About Box for an instance of C1ExpressionEditor.  
    Public Method (Inherited from System.ComponentModel.Component)
    Public MethodUpdates the expression for the specified column. Adds new C1ExpressionEditor object into collection if needed.  
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodRises the ExpressionChanged event.  
    Protected MethodRises the PropertyChanged event.  
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when expression string of any item changed.  
    Public EventOccurs when a property value changes.  
    Top
    See Also