TaskBoardPreviewPaneSettingsBuilder

Methods

Buttons(System.Action)

Defines a list of buttons rendering in the footer pane.

Parameters

configurator - System.Action<TaskBoardPreviewPaneSettingsButtonFactory>

The configurator for the buttons setting.

RETURNS

Returns the current instance of TaskBoardPreviewPaneSettingsBuilder .

Template(System.String)

The template rendering of the preview pane.

Parameters

value - System.String

The value for Template

RETURNS

Returns the current TaskBoardPreviewPaneSettingsBuilder instance.

TemplateId(System.String)

The template rendering of the preview pane.

Parameters

templateId - System.String

The ID of the template element for Template

RETURNS

Returns the current TaskBoardPreviewPaneSettingsBuilder instance.

TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

The template rendering of the preview pane.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for Template

RETURNS

Returns the current TaskBoardPreviewPaneSettingsBuilder instance.

TemplateHandler(System.String)

The template rendering of the preview pane.

Parameters

templateHandler - System.String

The handler that returs the template for Template

RETURNS

Returns the current TaskBoardPreviewPaneSettingsBuilder instance.

Template(Kendo.Mvc.UI.Fluent.TemplateBuilder)

The template rendering of the preview pane.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the template.

RETURNS

Returns the current TaskBoardPreviewPaneSettingsBuilder instance.

HeaderTemplate(System.String)

The template rendering of the header for the preview pane.

Parameters

value - System.String

The value for HeaderTemplate

RETURNS

Returns the current TaskBoardPreviewPaneSettingsBuilder instance.

HeaderTemplateId(System.String)

The template rendering of the header for the preview pane.

Parameters

templateId - System.String

The ID of the template element for HeaderTemplate

RETURNS

Returns the current TaskBoardPreviewPaneSettingsBuilder instance.

HeaderTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

The template rendering of the header for the preview pane.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for HeaderTemplate

RETURNS

Returns the current TaskBoardPreviewPaneSettingsBuilder instance.

HeaderTemplateHandler(System.String)

The template rendering of the header for the preview pane.

Parameters

templateHandler - System.String

The handler that returs the template for HeaderTemplate

RETURNS

Returns the current TaskBoardPreviewPaneSettingsBuilder instance.

HeaderTemplate(Kendo.Mvc.UI.Fluent.TemplateBuilder)

The template rendering of the header for the preview pane.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the headertemplate.

RETURNS

Returns the current TaskBoardPreviewPaneSettingsBuilder instance.