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

In This Topic
    CollapseOnClick Property
    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