🔹 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(DependencyObject*) | Removes all bindings from the specified DependencyObject |
| ◆ ClearBinding(DependencyObject*, const DependencyProperty*) | Removes the binding from a property if there is one |
| ◆ EnsureBindingValue(const DependencyObject*, const DependencyProperty*) | Ensures that the value in the specified dependency property is in sync with binding source |
| ◆ GetBinding(const DependencyObject*, const DependencyProperty*) | Retrieves the Binding object that is set on the specified property |
| ◆ GetBindingBase(const DependencyObject*, const DependencyProperty*) | Retrieves the BindingBase object that is set on the specified property |
| ◆ GetBindingExpression(const DependencyObject*, const DependencyProperty*) | Returns the BindingExpression object associated with the specified binding target property on the specified object |
| ◆ GetBindingExpressionBase(const DependencyObject*, const DependencyProperty*) | Returns the BaseBindingExpression object associated with the specified binding target property on the specified object |
| ◆ IsDataBound(const DependencyObject*, const DependencyProperty*) | Returns a value that indicates whether the specified property is currently data-bound |
| ◆ SetBinding(DependencyObject*, const DependencyProperty*, BaseBinding*) | Creates and associates a new instance of BaseBindingExpression with the specified binding target property |
Events
BindingOperations has no events
📍 On this page