C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridTreeExpandMode Enumeration

GridTreeExpandMode Enumeration
Specifies options available for customizing the mode the tree is created when setting FlexGrid.ChildItemsPath.
Syntax
'Declaration
 
Public Enum GridTreeExpandMode 
   Inherits System.Enum
 
Members
MemberDescription
CollapsedThe whole tree structure will be created as the source is set but all the rows will be collapsed.
ExpandedThe whole tree structure will be created as the source is set and all the rows will be expanded.
OnDemandThe rows belonging to the children items will be created on demand as the parent get expanded.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Grid.GridTreeExpandMode

See Also