BindingBase.FallbackValue Property
Silverlight
Gets or sets the value to use when the binding is unable to return a value.
Namespace: System.Windows.Data
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. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: