ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewNode Class / Expanded Property

In This Topic
    Expanded Property (C1TreeViewNode)
    In This Topic
    Sets or gets the expanded state of the node.
    Syntax
    'Declaration
     
    Public Property Expanded As System.Boolean
    public System.bool Expanded {get; set;}
    See Also