Property Item
| Improve this Doc View SourceItem[RowPresenter]
Gets the view element for specified RowPresenter.
Declaration
public UIElement this[RowPresenter rowPresenter] { get; }
Parameters
Type | Name | Description |
---|---|---|
RowPresenter | rowPresenter | The specified RowPresenter. |
Property Value
Type | Description |
---|---|
System.Windows.UIElement | The view element. |