name |
String |
Sets the name of the component. |
as-child-component |
Boolean |
|
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. |
has-client-component |
Boolean |
|
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. |
deferred |
Boolean |
Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
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. |
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. |
sanitize-id |
Boolean |
|
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. |