TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / C1TreeViewItem Class / IsExpanded Property

In This Topic
    IsExpanded Property
    In This Topic
    Gets or sets a value that indicates whether a C1TreeViewItem is expanded.
    Syntax
    'Declaration
     
    
    Public Property IsExpanded As Boolean
    public bool IsExpanded {get; set;}
    See Also