ComponentOne FlexGrid for UWP
ExpandMode Enumeration

C1.UWP Assembly > C1.Xaml 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
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.Xaml.ExpandMode

See Also

Reference

C1.Xaml Namespace