Expand Animation effect.

Remarks

Default value is None.

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

Syntax

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

See Also