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