ComponentOne Basic Library for WPF and Silverlight
ExpandMode Enumeration


C1.WPF Namespace : ExpandMode Enumeration
The ExpandMode enumeration is used in C1TreeView to specify the allowed number of expanded C1TreeViewItems.
Syntax
'Declaration
 
Public Enum ExpandMode 
   Inherits System.Enum
'Usage
 
Dim instance As ExpandMode
public enum ExpandMode : System.Enum 
Members
MemberDescription
MultipleSeveral items may be expanded simultaneously.
SingleOnly one item can be expanded at a time.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.ExpandMode

See Also

Reference

C1.WPF Namespace