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

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