FrameworkElement.SetBinding Method (DependencyProperty, BindingBase)
Attaches a binding to this element, based on the provided binding object.
Assembly: PresentationFramework (in PresentationFramework.dll)
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.BindingExpressionBaseRecords 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
Available since 3.0
Available since 3.0