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

In This Topic
    ExpandOnClick Property
    In This Topic
    Gets or sets a value that determines whether to expand collapsed nodes when the user clicks the node header.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property ExpandOnClick As Boolean
    [DefaultValue(true)]
    public bool ExpandOnClick {get; set;}
    See Also