Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight 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
    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.Silverlight.ExpandMode

    See Also