BindingExpression::ParentBinding Property

 

Returns the Binding object of the current BindingExpression.

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

public:
property Binding^ ParentBinding {
	Binding^ get();
}

Property Value

Type: System.Windows.Data::Binding^

The Binding object of the current binding expression.

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: