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

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