Collapse Animation effect.
Namespace:
C1.Web.UI.Controls.C1TreeViewAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[JsonAttribute(true, true, AnimationEffect.None)] [LayoutAttribute(LayoutType.Appearance)] [NotifyParentPropertyAttribute(true)] [C1CategoryAttribute("Category.Behavior")] [DefaultValueAttribute(AnimationEffect.None)] public AnimationEffect CollapseAnimation { get; set; } |
Visual Basic |
---|
<JsonAttribute(True, True, AnimationEffect.None)> _ <LayoutAttribute(LayoutType.Appearance)> _ <NotifyParentPropertyAttribute(True)> _ <C1CategoryAttribute("Category.Behavior")> _ <DefaultValueAttribute(AnimationEffect.None)> _ Public Property CollapseAnimation As AnimationEffect Get Set |