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