PivotConfiguratorV2TagHelper

Example

Razor
<kendo-pivotconfiguratorv2>
    <messages />
</kendo-pivotconfiguratorv2>

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
filterableBooleanIf set to true the user will be able to filter by using the field menu.
heightDoubleThe height of the PivotConfiguratorV2. Numeric values are treated as pixels.
navigatableBooleanIf set to true the user could navigate the component using the keyboard navigation. By default keyboard navigation is disabled.
orientationStringDefines a value indicating the type of layout that the configurator has. Possible values are: "vertical" or "horizontal".
script-attributesIDictionary<String,Object>Sets the attributes that will be added to the script tag of the component's initialization script.
sortableBooleanIf set to true the user could sort the widget by using the field menu.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBooleanSpecifies whether the initialization script of the component will be rendered as a JavaScript module.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support