PivotConfiguratorButtonTagHelper
Example
Razor
<kendo-pivotconfiguratorbutton>
</kendo-pivotconfiguratorbutton>
Attributes
Attribute | Type | Description |
---|---|---|
name | String | Sets the name of the component. |
configurator | String | Use it to set the Id of the configurator that will be shown/hidden when clicking the button. |
script-attributes | IDictionary<String,Object> | |
text | String | The text of the button. |
is-in-client-template | Boolean | When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
deferred | Boolean | Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
as-module | Boolean | |
has-client-component | Boolean | |
sanitize-id | Boolean |