Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridTreeExpandMode Enumeration

In This Topic
    GridTreeExpandMode Enumeration
    In This Topic
    Specifies options available for customizing the mode the tree is created when setting FlexGrid.ChildItemsPath.
    Syntax
    'Declaration
     
    
    Public Enum GridTreeExpandMode 
       Inherits System.Enum
    public enum GridTreeExpandMode : 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.Blazor.Grid.GridTreeExpandMode

    See Also