Name | Description | |
---|---|---|
TreeViewItem Constructor | Initializes a new instance of the TreeViewItem class. |
The following tables list the members exposed by TreeViewItem.
Name | Description | |
---|---|---|
TreeViewItem Constructor | Initializes a new instance of the TreeViewItem class. |
Name | Description | |
---|---|---|
ChildContent | ChildContent Microsoft.AspNetCore.Components.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 | |
---|---|---|
SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |