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

In This Topic
    CollapseWhenDisabled Property (TreeViewTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TreeView.CollapseWhenDisabled. Sets a value that determines whether nodes should be collapsed when they are disabled.
    Syntax
    'Declaration
     
    Public Property CollapseWhenDisabled As Boolean
    public bool CollapseWhenDisabled {get; set;}
    Remarks
    The default value for this property is true
    See Also