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

In This Topic
    AutoCollapse Property (TreeViewTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TreeView.AutoCollapse. 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