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

In This Topic
    TargetNullValue Property (C1Binding)
    In This Topic
    Gets or sets the value that is used in the target when the value of the source is null.
    Syntax
    'Declaration
     
    
    Public Property TargetNullValue As System.Object
    public System.object TargetNullValue {get; set;}
    See Also