ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Accordion Class / IsAnimated Property

In This Topic
    IsAnimated Property (Accordion)
    In This Topic
    Gets or sets a value that determines whether collapsing or expanding panes should be animated.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property IsAnimated As Boolean
    [DefaultValue(true)]
    public bool IsAnimated {get; set;}
    See Also