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.
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 handler that returs the template for 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 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 handler that returs the template for 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.