BindingDebugState.FinalSource Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the final source value on which the binding being debugged will operate.
Namespace: System.Windows.Data.Debugging
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Property FinalSource As Object
public Object FinalSource { get; internal set; }
Property Value
Type: System.Object
The final source value on which the binding will operate.
Remarks
The final source value is the final value after resolving Binding.ElementName, RelativeSourceMode.FindAncestor, RelativeSourceMode.Self, or when setting the Binding.Source property directly.
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