BindingValuePipeline.IsUsingTargetNullValue Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets a value that indicates whether the binding value matches the BindingBase.TargetNullValue property setting, indicating that the next value in the pipeline will be nulla null reference (Nothing in Visual Basic).

Namespace:  System.Windows.Data.Debugging
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> _
Public Property IsUsingTargetNullValue As Nullable(Of Boolean)
[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
public Nullable<bool> IsUsingTargetNullValue { get; internal set; }

Property Value

Type: System.Nullable<Boolean>
A value that indicates whether the binding value matches the BindingBase.TargetNullValue property setting, or nulla null reference (Nothing in Visual Basic) if this determination cannot be made yet.

Version Information

Silverlight

Supported in: 5

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.