ExpansionPanelTagHelper

Example

Razor
<kendo-expansionpanel>
    <animation></animation>
    <content></content>
</kendo-expansionpanel>

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
collapse-icon-classStringThe name of the collapse icon.
disabledBooleanIf set to true the widget will be disabled.
expandedBooleanIf set to true the widget will be expanded by default.
expand-icon-classStringThe class of the expand icon.
heightDoubleThe height of the widget. Numeric values are treated as pixels.
on-collapseStringThe name of the JavaScript function that will handle the collapse event. Fired when the widget is collapsed.The event handler function context (available via the this keyword) will be set to the widget instance.
on-completeStringThe name of the JavaScript function that will handle the complete event. Fired when the animation during collapse/expand is completed.The event handler function context (available via the this keyword) will be set to the widget instance.
on-expandStringThe name of the JavaScript function that will handle the expand event. Fired when the widget is expanded.The event handler function context (available via the this keyword) will be set to the widget instance.
script-attributesIDictionary<String,Object>Sets the attributes that will be added to the script tag of the component's initialization script.
sub-titleStringThe subtitle of the widget.
titleStringThe title of the widget.
toggleableBooleanIf set to false the user will not be able to expand/collapse the widget.
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