Kendo.Mvc.UI.Fluent.DropDownTreeCheckboxesSettingsBuilder
Defines the fluent API for configuring DropDownTreeCheckboxesSettings
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
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.
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
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
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