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

In This Topic
    IsAnimated Property (TreeView)
    In This Topic
    Gets or sets a value that indicates whether to use animations when expanding or collapsing nodes.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property IsAnimated As Boolean
    [DefaultValue(true)]
    public bool IsAnimated {get; set;}
    See Also