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

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