Collapse Animation duration in milliseconds.

Remarks

Default value is 500 milliseconds.

Namespace:  C1.Web.UI.Controls.C1Expander
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[LayoutAttribute(LayoutType.Behavior)]
[JsonAttribute(true, true, )]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[C1CategoryAttribute("Category.Behavior")]
public virtual int CollapseDuration { get; set; }
Visual Basic
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True, True, )> _
<DefaultValueAttribute()> _
<NotifyParentPropertyAttribute(True)> _
<C1CategoryAttribute("Category.Behavior")> _
Public Overridable Property CollapseDuration As Integer
	Get
	Set

See Also