BindingBase.TargetNullValue Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the value that is used in the target when the value of the source is Nothing.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.ObjectThe value that is used in the target when the value of the source is Nothing.
| Exception | Condition |
|---|---|
| InvalidOperationException | When setting this property, the binding has already been attached to a binding target. |
Show: