PivotConfiguratorV2
Example
Razor
<kendo-pivotconfiguratorv2>
<messages />
</kendo-pivotconfiguratorv2>
ChildTags
Tag Name | Details |
---|---|
messages | PivotConfiguratorV2MessagesSettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
name | String | Sets the name of the component. |
filterable | Boolean | If set to true the user will be able to filter by using the field menu. |
height | Double | The height of the PivotConfiguratorV2. Numeric values are treated as pixels. |
navigatable | Boolean | If set to true the user could navigate the component using the keyboard navigation. By default keyboard navigation is disabled. |
orientation | String | Defines a value indicating the type of layout that the configurator has. Possible values are: "vertical" or "horizontal". |
script-attributes | IDictionary<String,Object> | |
sortable | Boolean | If set to true the user could sort the widget by using the field menu. |
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 |