[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridTreeExpandMode

GridTreeExpandMode Enum

Specifies options available for customizing the mode the tree is created when setting ChildItemsPath.

Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
[Flags]
public enum GridTreeExpandMode

Fields

Name Description
Collapsed

The whole tree structure will be created as the source is set but all the rows will be collapsed.

Expanded

The whole tree structure will be created as the source is set and all the rows will be expanded.

OnDemand

The rows belonging to the children items will be created on demand as the parent get expanded.