Method ApplyRefresh
| Improve this Doc View SourceApplyRefresh(Action<T, RowPresenter>)
Applies delegate to refresh this binding.
Declaration
public RowBinding<T> ApplyRefresh(Action<T, RowPresenter> refresh)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<T, RowPresenter> | refresh | The delegate to refresh this binding. |
Returns
| Type | Description |
|---|---|
| RowBinding<T> | This row binding for fluent coding. |