MultiColumnComboBoxColumnBuilder
Methods
Field(System.String)
Defines the field for the column.
Parameters
value - System.String
The value for Field
RETURNS
Returns the current MultiColumnComboBoxColumnBuilder instance.
Title(System.String)
Defines the text of the column title in the header.
Parameters
value - System.String
The value for Title
RETURNS
Returns the current MultiColumnComboBoxColumnBuilder instance.
Template(System.String)
Renders a template for the column.
Parameters
value - System.String
The value for Template
RETURNS
Returns the current MultiColumnComboBoxColumnBuilder instance.
TemplateId(System.String)
Renders a template for the column.
Parameters
templateId - System.String
The ID of the template element for Template
RETURNS
Returns the current MultiColumnComboBoxColumnBuilder instance.
TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
Renders a template for the column.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for Template
RETURNS
Returns the current MultiColumnComboBoxColumnBuilder instance.
TemplateHandler(System.String)
Renders a template for the column.
Parameters
templateHandler - System.String
The handler that returs the template for Template
RETURNS
Returns the current MultiColumnComboBoxColumnBuilder instance.
Template(Kendo.Mvc.UI.Fluent.TemplateBuilder)
Renders a template for the column.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the template.
RETURNS
Returns the current MultiColumnComboBoxColumnBuilder instance.
HeaderTemplate(System.String)
Renders a template for the column header.
Parameters
value - System.String
The value for HeaderTemplate
RETURNS
Returns the current MultiColumnComboBoxColumnBuilder instance.
HeaderTemplateId(System.String)
Renders a template for the column header.
Parameters
templateId - System.String
The ID of the template element for HeaderTemplate
RETURNS
Returns the current MultiColumnComboBoxColumnBuilder instance.
HeaderTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
Renders a template for the column header.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for HeaderTemplate
RETURNS
Returns the current MultiColumnComboBoxColumnBuilder instance.
HeaderTemplateHandler(System.String)
Renders a template for the column header.
Parameters
templateHandler - System.String
The handler that returs the template for HeaderTemplate
RETURNS
Returns the current MultiColumnComboBoxColumnBuilder instance.
HeaderTemplate(Kendo.Mvc.UI.Fluent.TemplateBuilder)
Renders a template for the column header.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the headertemplate.
RETURNS
Returns the current MultiColumnComboBoxColumnBuilder instance.
Width(System.String)
The width of the column. Numeric values are treated as pixels.
Parameters
value - System.String
The value for Width
RETURNS
Returns the current MultiColumnComboBoxColumnBuilder instance.