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