TaskBoardColumnSettingsSettingsBuilder

Methods

Buttons(System.Action)

Defines the list of buttons rendered in the column.

Parameters

configurator - System.Action<TaskBoardColumnSettingsSettingsButtonFactory>

The configurator for the buttons setting.

RETURNS

Returns the current instance of TaskBoardColumnSettingsSettingsBuilder .

DataStatusField(System.String)

The field of the data item that provides the status of the column. Mapped with the status of the cards.

Parameters

value - System.String

The value for DataStatusField

RETURNS

Returns the current TaskBoardColumnSettingsSettingsBuilder instance.

DataTextField(System.String)

The text field of the column.

Parameters

value - System.String

The value for DataTextField

RETURNS

Returns the current TaskBoardColumnSettingsSettingsBuilder instance.

DataOrderField(System.String)

The field used to order columns (number based). Automatically adds sorting to the columns DataSource instance.If not set, columns will be rendered in the order they are fetched. And ordering will not be applied to the DataSource and respectively, not synced with the remote data source.

Parameters

value - System.String

The value for DataOrderField

RETURNS

Returns the current TaskBoardColumnSettingsSettingsBuilder instance.

Width(System.String)

Configures the width of the columns

Parameters

value - System.String

The value for Width

RETURNS

Returns the current TaskBoardColumnSettingsSettingsBuilder instance.

Template(System.String)

Controls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.

Parameters

value - System.String

The value for Template

RETURNS

Returns the current TaskBoardColumnSettingsSettingsBuilder instance.

TemplateId(System.String)

Controls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.

Parameters

templateId - System.String

The ID of the template element for Template

RETURNS

Returns the current TaskBoardColumnSettingsSettingsBuilder instance.

TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

Controls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for Template

RETURNS

Returns the current TaskBoardColumnSettingsSettingsBuilder instance.

TemplateHandler(System.String)

Controls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.

Parameters

templateHandler - System.String

The handler that returs the template for Template

RETURNS

Returns the current TaskBoardColumnSettingsSettingsBuilder instance.

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

Controls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the template.

RETURNS

Returns the current TaskBoardColumnSettingsSettingsBuilder instance.