BindingBase.FallbackValue 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 to use when the binding is unable to return a value.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.ObjectThe value to use when the binding is unable to return a value. The default is Nothing.
| Exception | Condition |
|---|---|
| InvalidOperationException | When setting this property, the binding has already been attached to a binding target. |
Show: