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