Gets or sets the type of expand animation effect.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[C1CategoryAttribute("Category.Behavior")] [NotifyParentPropertyAttribute(true)] [DefaultValueAttribute(AnimationEffect.None)] [JsonAttribute(true, false, AnimationEffect.None)] [LayoutAttribute(LayoutType.Behavior)] public AnimationEffect ExpandAnimation { get; set; } |
| Visual Basic (Declaration) |
|---|
<C1CategoryAttribute("Category.Behavior")> _ <NotifyParentPropertyAttribute(True)> _ <DefaultValueAttribute(AnimationEffect.None)> _ <JsonAttribute(True, False, AnimationEffect.None)> _ <LayoutAttribute(LayoutType.Behavior)> _ Public Property ExpandAnimation As AnimationEffect Get Set |
Remarks
Use this property to specify the animation effect when the user opens the dropdown object.