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

TaskBoardPreviewPaneSettingsBuilder

Defines the fluent API for configuring TaskBoardPreviewPaneSettings

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.

Template(System.String)

The template rendering of the preview pane.

Parameters

value - System.String

The value for Template

TemplateId(System.String)

The template rendering of the preview pane.

Parameters

templateId - System.String

The ID of the template element for Template

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

TemplateHandler(System.String)

The template rendering of the preview pane.

Parameters

templateHandler - System.String

The hendler that returs the template for Template

HeaderTemplate(System.String)

The template rendering of the header for the preview pane.

Parameters

value - System.String

The value for HeaderTemplate

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

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

HeaderTemplateHandler(System.String)

The template rendering of the header for the preview pane.

Parameters

templateHandler - System.String

The hendler that returs the template for HeaderTemplate

In this article
Not finding the help you need?