ExpansionPanel

Example

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

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
collapse-icon-classStringThe class 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 collapse icon.
heightDoubleThe height of the widget. Numeric values are treated as pixels.
on-collapseStringFired when the widget is collapsed.The event handler function context (available via the this keyword) will be set to the widget instance.
on-completeStringFired 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-expandStringFired 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>
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-moduleBoolean
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support