Gets or sets the animation effect when the node is expanded.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

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

See Also