Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor Namespace / C1ExpressionEditor Class
Members

In This Topic
    C1ExpressionEditor Class
    In This Topic
    The C1ExpressionEditor control is used to dynamically produce an expression and get the result of the expression. It supports DataBinding.
    Syntax
    'Declaration
     
    
    Public Class C1ExpressionEditor 
       Inherits System.Windows.Forms.Control
    public class C1ExpressionEditor : System.Windows.Forms.Control 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Win.ExpressionEditor.C1ExpressionEditor

    See Also