Method GetBinding
| Improve this Doc View SourceGetBinding(UIElement)
Gets the binding that associated with specified UI element.
Declaration
public static Binding GetBinding(this UIElement element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | element | The specified UI element. |
Returns
Type | Description |
---|---|
Binding | The binding that associated with specified UI element. |