New to Telerik UI for ASP.NET MVC? Download free 30-day trial

TaskBoardPreviewPaneSettingsBuilder

Methods

Buttons(System.Action)

Defines a list of buttons rendering in the footer pane.

Parameters

configurator - System.Action<TaskBoardPreviewPaneSettingsButtonFactory>

The action that configures the buttons.

Template(System.String)

The template rendering of the preview pane.

Parameters

value - System.String

The value that configures the template.

TemplateId(System.String)

The template rendering of the preview pane.

Parameters

value - System.String

The value that configures the template.

TemplateView(System.Web.Mvc.MvcHtmlString)

The template rendering of the preview pane.

Parameters

value - System.Web.Mvc.MvcHtmlString

The value that configures the template.

TemplateHandler(System.String)

The template rendering of the preview pane.

Parameters

value - System.String

The value that configures the template.

Template(Kendo.Mvc.UI.TemplateBuilder)

The template rendering of the preview pane.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the template.

HeaderTemplate(System.String)

The template rendering of the header for the preview pane.

Parameters

value - System.String

The value that configures the headertemplate.

HeaderTemplateId(System.String)

The template rendering of the header for the preview pane.

Parameters

value - System.String

The value that configures the headertemplate.

HeaderTemplateView(System.Web.Mvc.MvcHtmlString)

The template rendering of the header for the preview pane.

Parameters

value - System.Web.Mvc.MvcHtmlString

The value that configures the headertemplate.

HeaderTemplateHandler(System.String)

The template rendering of the header for the preview pane.

Parameters

value - System.String

The value that configures the headertemplate.

HeaderTemplate(Kendo.Mvc.UI.TemplateBuilder)

The template rendering of the header for the preview pane.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the headertemplate.

In this article
Not finding the help you need?