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