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