ComponentOne Basic Library for WPF and Silverlight
IsExpanded Property (C1TreeViewItem)


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 System.Boolean
'Usage
 
Dim instance As C1TreeViewItem
Dim value As System.Boolean
 
instance.IsExpanded = value
 
value = instance.IsExpanded
public System.bool IsExpanded {get; set;}
See Also

Reference

C1TreeViewItem Class
C1TreeViewItem Members