ComponentOne FinancialChart for WPF
ExpandOnClick Property



C1.WPF Namespace > C1TreeView Class : ExpandOnClick Property
Gets or sets a value indicating whether the node is expanded/collapsed when the users clicks in the C1TreeViewItem header.
Syntax
'Declaration
 
Public Property ExpandOnClick As Boolean
'Usage
 
Dim instance As C1TreeView
Dim value As Boolean
 
instance.ExpandOnClick = value
 
value = instance.ExpandOnClick
public bool ExpandOnClick {get; set;}
public:
property bool ExpandOnClick {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1TreeView Class
C1TreeView Members