SchedulerToolbarCustomCommandBuilder
Methods
Name(System.String)
The Name of the command.
Parameters
value - System.String
The value for Name
RETURNS
Returns the current SchedulerToolbarCustomCommandBuilder instance.
Template(System.String)
The kendo template that will be used for rendering the given tool.
Parameters
value - System.String
The value for Template
RETURNS
Returns the current SchedulerToolbarCustomCommandBuilder instance.
Template(Kendo.Mvc.UI.Fluent.TemplateBuilder)
The kendo template that will be used for rendering the given tool.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the template.
RETURNS
Returns the current SchedulerToolbarCustomCommandBuilder instance.