ComponentOne FinancialChart for WPF
C1.WPF Namespace / ExpandMode Enumeration



In This Topic
    ExpandMode Enumeration
    In This Topic
    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 
    public enum class ExpandMode : public 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