ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.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 and integrates with controls which provide the ISupportExpressions interface. C1ExpressionEditor can also use field values of such control in expression string.
    Object Model
    C1ExpressionEditor Class
    Syntax
    'Declaration
     
    Public Class C1ExpressionEditor 
       Inherits Windows.UI.Xaml.Controls.Control
    public class C1ExpressionEditor : Windows.UI.Xaml.Controls.Control 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   C1.Xaml.ExpressionEditor.C1ExpressionEditor

    See Also