Was this page helpful?
Your feedback about this content is important. Let us know what you think.
Additional feedback?
1500 characters remaining
Export (0) Print
Expand All

FrameworkElement.SetBinding Method (DependencyProperty, BindingBase)

Attaches a binding to this element, based on the provided binding object.

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

public BindingExpressionBase SetBinding(
	DependencyProperty dp,
	BindingBase binding
)

Parameters

dp
Type: System.Windows.DependencyProperty

Identifies the property where the binding should be established.

binding
Type: System.Windows.Data.BindingBase

Represents the specifics of the data binding.

Return Value

Type: System.Windows.Data.BindingExpressionBase
Records the conditions of the binding. This return value can be useful for error checking.

This method is a convenience method for calling BindingOperations.SetBinding, which passes the current instance as the DependencyObject.

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Show:
© 2015 Microsoft