Method BlockView
| Improve this Doc View SourceBlockView<T>(Style)
Customizes block view.
Declaration
public DataPresenter.TemplateBuilder BlockView<T>(Style style = null)
where T : BlockView, new()
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Style | style | The style applied to the block view. |
Returns
Type | Description |
---|---|
DataPresenter.TemplateBuilder | This template builder for fluent coding. |
Type Parameters
Name | Description |
---|---|
T | Type of block view. |
BlockView<T>(StyleId)
Customizes block view.
Declaration
public DataPresenter.TemplateBuilder BlockView<T>(StyleId styleId)
where T : BlockView, new()
Parameters
Type | Name | Description |
---|---|---|
StyleId | styleId | The style applied to the block view. |
Returns
Type | Description |
---|---|
DataPresenter.TemplateBuilder | This template builder for fluent coding. |
Type Parameters
Name | Description |
---|---|
T | Type of block view. |