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

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