[]
Specifies options available for customizing the mode the tree is created when setting ChildItemsPath.
[Flags]
public enum GridTreeExpandMode
| 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. |