ExpansionPanel

Example

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

ChildTags

Tag Name Details
animation ExpansionPanelAnimationSettingsTagHelper
content ExpansionPanelContentTagHelper

Attributes

Attribute Type Description
name String Sets the name of the component.
collapse-icon-class String The class of the collapse icon.
disabled Boolean If set to true the widget will be disabled.
expanded Boolean If set to true the widget will be expanded by default.
expand-icon-class String The class of the collapse icon.
height Double The height of the widget. Numeric values are treated as pixels.
on-collapse String Fired when the widget is collapsed.The event handler function context (available via the this keyword) will be set to the widget instance.
on-complete String 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-expand String Fired when the widget is expanded.The event handler function context (available via the this keyword) will be set to the widget instance.
sub-title String The subtitle of the widget.
title String The title of the widget.
toggleable Boolean If set to false the user will not be able to expand/collapse the widget.
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-child-component Boolean
In this article
Not finding the help you need?