Gets or sets whether this node is considered "expanded"
            with respect to showing/hiding nodes that it connects to.
            
            
            
            Syntax
            
            
            
            
            public bool IsExpandedTree {get; set;}
             
        
             
        
            
            
            Property Value
The default value is true. Changing this value calls either 
ExpandTree or 
CollapseTree.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also