Collapse Animation effect.

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

Syntax

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

See Also