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

In This Topic
    FallbackValue Property (C1Binding)
    In This Topic
    Gets or sets the value to use when the binding is unable to return a value.
    Syntax
    'Declaration
     
    
    Public Property FallbackValue As System.Object
    public System.object FallbackValue {get; set;}
    See Also