Gets or sets the animation duration.

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

Syntax

JavaScript
function get_collapseDuration();
function set_collapseDuration(value);

Remarks

This property can be used to specify how long the dropdown items in the C1ToolBar will be open.

See Also