Gets or sets the duration of the animation when content area of a C1Window object is collapsing.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1WindowClient (in C1WindowClient.dll)

Syntax

JavaScript
function get_animationDurationOnCollapsing();
function set_animationDurationOnCollapsing(value);

Remarks

Unit for this property is millisecond.

See Also