public sealed class TreeViewNode<TElement> : ComponentBase
where TElement : class, IIdLabel, IHasEnvironment
| TreeViewNodeTElement | Initializes a new instance of the TreeViewNodeTElement class |
| ContextMenuId | Reference to the context menu when the user right-clicks on an item |
| OnItemSelected | Invoked when an item is selected |
| Tree | Tree this node is a part of. |
| TreeNode | Item to render |
| Select | Select the node |
| SetParametersAsync |
Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides ComponentBaseSetParametersAsync(ParameterView)) |