TaskBoardEditableSettingsBuilder
Methods
Form(System.Action)
Configures the form settings for the TaskBoard.
Parameters
configurator - System.Action<FormBuilder>
An action to configure the form settings.
RETURNS
The current instance of the TaskBoardEditableSettingsBuilder.
Buttons(System.Action)
Defines a list of buttons rendering in the footer pane
Parameters
configurator - System.Action<TaskBoardEditableSettingsButtonFactory>
The configurator for the buttons setting.
RETURNS
Returns the current instance of TaskBoardEditableSettingsBuilder .
HeaderTemplate(System.String)
Controls the rendering of the header
Parameters
value - System.String
The value for HeaderTemplate
RETURNS
Returns the current TaskBoardEditableSettingsBuilder instance.
HeaderTemplateId(System.String)
Controls the rendering of the header
Parameters
templateId - System.String
The ID of the template element for HeaderTemplate
RETURNS
Returns the current TaskBoardEditableSettingsBuilder instance.
HeaderTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
Controls the rendering of the header
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for HeaderTemplate
RETURNS
Returns the current TaskBoardEditableSettingsBuilder instance.
HeaderTemplateHandler(System.String)
Controls the rendering of the header
Parameters
templateHandler - System.String
The handler that returs the template for HeaderTemplate
RETURNS
Returns the current TaskBoardEditableSettingsBuilder instance.
HeaderTemplate(Kendo.Mvc.UI.Fluent.TemplateBuilder)
Controls the rendering of the header
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the headertemplate.
RETURNS
Returns the current TaskBoardEditableSettingsBuilder instance.