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

TreeViewExpandMode Enumeration
The TreeViewExpandMode enumeration is used in C1TreeView to specify the allowed number of expanded C1TreeViewItems.
Syntax
'Declaration
 
Public Enum TreeViewExpandMode 
   Inherits 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