|
|
|
|
|
|
---|---|---|---|---|---|
Sun | Star | 1,989,100,000.00 | 696,000.00 | 1,412,000,000.00 | 274.00 |
Data grid with 1 rows and 6 columns
You can bind the DevExpress Blazor TreeList to hierarchical data structures. To bind hierarchical data structures, you must specify the following properties:
- Data — A data source.
- ChildrenFieldName — A field that contains a node's children.
This demo binds the TreeList component to the SpaceObject
collection. Each space object can include child items.