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

In This Topic
    CollapseOnClick Property (TreeViewTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TreeView.CollapseOnClick. Sets a value that determines whether to collapse expanded nodes when the user clicks the node header.
    Syntax
    'Declaration
     
    Public Property CollapseOnClick As Boolean
    public bool CollapseOnClick {get; set;}
    See Also