BindingValuePipeline.AfterTypeConversion Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the final binding value that will be applied after any necessary type conversion.
Namespace: System.Windows.Data.Debugging
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> _
Public Property AfterTypeConversion As Object
[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
public Object AfterTypeConversion { get; internal set; }
Property Value
Type: System.Object
The final binding value after type conversion.
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