Share via


BindingValuePipeline.AfterFallbackValue Property

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

Gets the binding value after applying the BindingBase.FallbackValue property value, if present.

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

Syntax

'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> _
Public Property AfterFallbackValue As Object
[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
public Object AfterFallbackValue { get; internal set; }

Property Value

Type: System.Object
The binding value after applying the BindingBase.FallbackValue property value.

Remarks

If no FallbackValue value has been specified, the AfterFallbackValue property will contain the previous value in the pipeline.

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.