BindingValuePipeline.AfterValueConversion Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the binding value after applying the Binding.Converter property value, if present.
Namespace: System.Windows.Data.Debugging
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> _
Public Property AfterValueConversion As Object
[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
public Object AfterValueConversion { get; internal set; }
Property Value
Type: System.Object
The binding value after applying any value conversion.
Remarks
If no Converter value has been specified, the AfterValueConversion 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.
See Also