BindingExpressionBase::ParentBindingBase Property

 

Gets the BindingBase object from which this BindingExpressionBase object is created.

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

public:
property BindingBase^ ParentBindingBase {
	BindingBase^ get();
}

Property Value

Type: System.Windows.Data::BindingBase^

The BindingBase object from which this BindingExpressionBase object is created.

.NET Framework
Available since 3.0
Return to top
Show: