Method AddBehavior
| Improve this Doc View SourceAddBehavior(BlockViewBehavior)
Adds block view behavior.
Declaration
public DataPresenter.TemplateBuilder AddBehavior(BlockViewBehavior behavior)
Parameters
Type | Name | Description |
---|---|---|
Block |
behavior | The block view behavior. |
Returns
Type | Description |
---|---|
Data |
This template builder for fluent coding. |
AddBehavior(RowViewBehavior)
Adds row view behavior.
Declaration
public DataPresenter.TemplateBuilder AddBehavior(RowViewBehavior behavior)
Parameters
Type | Name | Description |
---|---|---|
Row |
behavior | The row view behavior. |
Returns
Type | Description |
---|---|
Data |
This template builder for fluent coding. |