BindingOperations Class
namespace Noesis | MSDN
Provides static methods to manipulate bindings.
Properties
BindingOperations has no properties
Attached Properties
BindingOperations has no attached properties
Methods
Name | Description |
---|---|
ClearAllBindings(target) | Removes all bindings from the specified DependencyObject |
ClearBinding(target, dp) | Removes the binding from a property if there is one |
GetBinding(target, dp) | Retrieves the Binding object that is set on the specified property |
GetBindingBase(target, dp) | Retrieves the BindingBase object that is set on the specified property |
GetBindingExpression(target, dp) | Returns the BindingExpression object associated with the specified binding target property on the specified object |
GetBindingExpressionBase(target, dp) | Returns the BaseBindingExpression object associated with the specified binding target property on the specified object |
IsDataBound(target, dp) | Returns a value that indicates whether the specified property is currently data-bound |
SetBinding(target, dp, binding) | Creates and associates a new instance of BaseBindingExpression with the specified binding target property |
Events
BindingOperations has no events
Table of Contents