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

In This Topic
    AutoCollapse Property
    In This Topic
    Gets or sets a value that determines if sibling nodes should be collapsed when a node is expanded.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property AutoCollapse As Boolean
    [DefaultValue(true)]
    public bool AutoCollapse {get; set;}
    See Also