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