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

In This Topic
    CollapseOnClick Property (TreeView)
    In This Topic
    Gets or 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