ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1TreeViewItem
    Dim value As Boolean
     
    instance.IsExpanded = value
     
    value = instance.IsExpanded
    public bool IsExpanded {get; set;}
    public:
    property bool IsExpanded {
       bool get();
       void set (    bool value);
    }
    See Also