Method Setup
| Improve this Doc View SourceSetup(T, RowPresenter)
Setup the row binding.
Declaration
protected abstract void Setup(T view, RowPresenter presenter)Parameters
| Type | Name | Description | 
|---|---|---|
| T | view | The target UI element. | 
| RowPresenter | presenter | The row presenter. |