ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Tree Namespace / C1TreeExtender Class / AutoCollapse Property

In This Topic
    AutoCollapse Property
    In This Topic
    If this option is set to true, the expanded node will be collapsed if another node is expanded.
    Syntax
    'Declaration
     
    Public Property AutoCollapse As System.Boolean
    public System.bool AutoCollapse {get; set;}
    See Also