Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / TreeViewExpandMode Enumeration

In This Topic
    TreeViewExpandMode Enumeration
    In This Topic
    The TreeViewExpandMode enumeration is used in C1TreeView to specify the allowed number of expanded C1TreeViewItems.
    Syntax
    'Declaration
     
    
    Public Enum TreeViewExpandMode 
       Inherits System.Enum
    public enum TreeViewExpandMode : 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.Blazor.TreeView.TreeViewExpandMode

    See Also