ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeView 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