TreeViewCheckboxesSettingsBuilder

Methods

CheckChildren(System.Boolean)

Indicates whether checkboxes of child items should get checked when the checkbox of a parent item is checked. This also enables tri-state checkboxes with an indeterminate state.

Parameters

value - System.Boolean

The value for CheckChildren

RETURNS

Returns the current TreeViewCheckboxesSettingsBuilder instance.

CheckChildren()

Indicates whether checkboxes of child items should get checked when the checkbox of a parent item is checked. This also enables tri-state checkboxes with an indeterminate state.

RETURNS

Returns the current TreeViewCheckboxesSettingsBuilder instance.

Name(System.String)

Sets the name attribute of the checkbox inputs. That name will be posted to the server.

Parameters

value - System.String

The value for Name

RETURNS

Returns the current TreeViewCheckboxesSettingsBuilder instance.

Template(System.String)

The template which renders the checkboxes. Can be used to allow posting of additional information along the TreeView checkboxes.The fields which can be used in the template are: item - the data item of the given node or treeview - the TreeView options.

Parameters

value - System.String

The value for Template

RETURNS

Returns the current TreeViewCheckboxesSettingsBuilder instance.

TemplateId(System.String)

The template which renders the checkboxes. Can be used to allow posting of additional information along the TreeView checkboxes.The fields which can be used in the template are: item - the data item of the given node or treeview - the TreeView options.

Parameters

templateId - System.String

The ID of the template element for Template

RETURNS

Returns the current TreeViewCheckboxesSettingsBuilder instance.

TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

The template which renders the checkboxes. Can be used to allow posting of additional information along the TreeView checkboxes.The fields which can be used in the template are: item - the data item of the given node or treeview - the TreeView options.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for Template

RETURNS

Returns the current TreeViewCheckboxesSettingsBuilder instance.

TemplateHandler(System.String)

The template which renders the checkboxes. Can be used to allow posting of additional information along the TreeView checkboxes.The fields which can be used in the template are: item - the data item of the given node or treeview - the TreeView options.

Parameters

templateHandler - System.String

The handler that returs the template for Template

RETURNS

Returns the current TreeViewCheckboxesSettingsBuilder instance.

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

The template which renders the checkboxes. Can be used to allow posting of additional information along the TreeView checkboxes.The fields which can be used in the template are: item - the data item of the given node or treeview - the TreeView options.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the template.

RETURNS

Returns the current TreeViewCheckboxesSettingsBuilder instance.