Collapse
methodsCollapses the specified item(s) of a PanelBar.
Parameters:elementString|Element|jQuery
useAnimationBoolean
Returns:kendo.ui.PanelBar
The PanelBar item(s) to be collapsed, expressed as a string containing a selector expression or represented by a jQuery selector.
_optional, default: _
Temporarily enables (true) or disables (false) any visual animation(s) when collapsing items.
Returns the PanelBar object to support chaining.