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.
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
DataTextField(System.String)
The text field of the column.
Parameters
value - System.String
The value for DataTextField
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
Width(System.String)
Configures the width of the columns
Parameters
value - System.String
The value for Width
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
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
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
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
Template(Kendo.Mvc.UI.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.