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

In This Topic
    CollapsedIconClass Property
    In This Topic
    Set the icon class of the node when it's collapsed.
    Syntax
    'Declaration
     
    Public Property CollapsedIconClass As System.String
    public System.string CollapsedIconClass {get; set;}
    See Also