Method GetSettingUpElement
| Improve this Doc View SourceGetSettingUpElement(Int32)
Gets the view element currently being setup at specified flow index.
Declaration
public T GetSettingUpElement(int flowIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | flowIndex | The flow index. |
Returns
| Type | Description |
|---|---|
| T | The view element. |
GetSettingUpElement(ScalarPresenter)
Gets the view element currently being setup for specified scalar presenter.
Declaration
public T GetSettingUpElement(ScalarPresenter scalarPresenter)
Parameters
| Type | Name | Description |
|---|---|---|
| ScalarPresenter | scalarPresenter | The scalar presenter. |
Returns
| Type | Description |
|---|---|
| T | The view element. |