Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / C1TreeView Class / CollapseOnClick Property

In This Topic
    CollapseOnClick Property
    In This Topic
    Gets or sets a value indicating whether the node is collapsed when the users clicks in the C1TreeViewItem header.
    Syntax
    'Declaration
     
    
    Public Property CollapseOnClick As Boolean
    public bool CollapseOnClick {get; set;}
    See Also