Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TreeViewItem Class / IsExpanded Property

In This Topic
    IsExpanded Property (C1TreeViewItem)
    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