ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / Animation Class / Animated Property

In This Topic
    Animated Property (Animation)
    In This Topic
    Determines the effects to animate. If user want disabled the animation, can set the Animation.disabled = true. If user want set an animation effect, such as "slide", "fade", user set the animation.effect = "slide"
    Syntax
    'Declaration
     
    Public Property Animated As AnimatedOption
    public AnimatedOption Animated {get; set;}
    See Also