Gets or sets the type of collapse animation effect.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1ToolBarClient (in C1ToolBarClient.dll)

Syntax

JavaScript
function get_collapseAnimation();
function set_collapseAnimation(value);

Remarks

The collapse animation effect occurs while the dropdown items in the C1ToolBar close.

See Also