Method GetBlockView
| Improve this Doc View SourceGetBlockView(UIElement)
Gets BlockView of specified block binding target UI element.
Declaration
public static BlockView GetBlockView(this UIElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.UIElement | element | The specified block binding target UI element. |
Returns
| Type | Description |
|---|---|
| BlockView | The BlockView of specified block binding target UI element, null if element is not block binding target. |