Expand 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#
[JsonAttribute(true, true, )]
[NotifyParentPropertyAttribute(true)]
[C1CategoryAttribute("Category.Behavior")]
[LayoutAttribute(LayoutType.Behavior)]
[DefaultValueAttribute()]
public virtual int ExpandDuration { get; set; }
Visual Basic
<JsonAttribute(True, True, )> _
<NotifyParentPropertyAttribute(True)> _
<C1CategoryAttribute("Category.Behavior")> _
<LayoutAttribute(LayoutType.Behavior)> _
<DefaultValueAttribute()> _
Public Overridable Property ExpandDuration As Integer
	Get
	Set

See Also