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