ComponentOne Binding Expressions for WPF and Silverlight
C1.Silverlight.Binding Namespace / C1Binding Class / Expression Property

In This Topic
    Expression Property (C1Binding)
    In This Topic
    Gets or sets the expression used to calculate the binding value.
    Syntax
    'Declaration
     
    
    Public Property Expression As System.String
    public System.string Expression {get; set;}
    See Also