BindingBase::TargetNullValue Property
.NET Framework (current version)
Gets or sets the value that is used in the target when the value of the source is null.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System::Object^The value that is used in the target when the value of the source is null.
<objectTargetNullValue="nullValue" />
- or –
<object>
<object.TargetNullValue>
nullValue
</object.TargetNullValue>
</object>
- nullValue
An attribute or object element value of the same type as the target property. See that type's documentation for XAML usage information. That type may or may not support attribute syntax for its values, or may or may not support object element syntax (which requires a default constructor on that type).
.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Show: