SchedulerToolbarCustomToolTagHelper
Example
Razor
<scheduler-tool>
<scheduler-tool-template></scheduler-tool-template>
</scheduler-tool>
ChildTags
Tag Name | Details |
---|---|
scheduler-tool-template | TemplateTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
name | String | The Name of the command. Default commands are "pdf", "today", "previous", "next" , "current", "search", "views". |
commands-group | String[] | The collection of default command names to be rendered as ButtonGroup. |
template | String | The kendo template that will be used for rendering the given tool. |
template-handler | String | The JavaScript function that returns a kendo template that will be used for rendering the given tool. |
type | String | Specifies the command type. Supported types are "separator" and "spacer". |