ComponentOne Binding Expressions for WPF and Silverlight
C1.Silverlight.Binding Namespace / XObjectExpression Class / Value Property

In This Topic
    Value Property (XObjectExpression)
    In This Topic
    Gets the inner value of this expression (may be an actual value or an IValueObject).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As System.Object
    public System.object Value {get;}
    See Also