Show / Hide Table of Contents

Method BlockView

| Improve this Doc View Source

BlockView<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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest