ComponentOne FinancialChart for WPF
IsExpanded Property



C1.WPF Namespace > C1TreeViewItem Class : IsExpanded Property
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

Reference

C1TreeViewItem Class
C1TreeViewItem Members