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

In This Topic
    CollapseWhenDisabled Property
    In This Topic
    Gets or sets a value that determines whether nodes should be collapsed when they are disabled.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property CollapseWhenDisabled As Boolean
    [DefaultValue(true)]
    public bool CollapseWhenDisabled {get; set;}
    Remarks
    The default value for this property is true
    See Also