[]
The Tree-view DataSource object class
public class TreeViewItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
| Name | Description |
|---|---|
| TreeViewItem() | Initializes a new instance of the TreeViewItem class. |
| Name | Description |
|---|---|
| ChildContent | ChildContent RenderFragment |
| DataItem | gets the original data item. |
| Header | Gets or sets the node header. |
| Id | get node Id |
| IsExpanded | gets or set the node IsExpanded property |
| IsSelected | gets or sets the node IsSelected property |
| Items | Gets or sets the children of the node. |
| Parent | Gets the parent tree-view, in case there is one, otherwise null is returned. |
| ParentCollection | |
| TreeLevel | Get current tree level. |
| Name | Description |
|---|---|
| BuildRenderTree(RenderTreeBuilder) | |
| OnInitialized() |