Class TreeViewNode<TItem>
Inheritance
TreeViewNode<TItem>
Implements
Inherited Members
Namespace: PoeShared.Blazor.Controls
Assembly: PoeShared.Blazor.Controls.dll
Syntax
public class TreeViewNode<TItem> : BlazorReactiveComponent, IComponent, IHandleEvent, IHandleAfterRender, IReactiveComponent, IDisposable, INotifyPropertyChanged, IRefreshableComponent, IAsyncDisposable
Type Parameters
| Name | Description |
|---|---|
| TItem |
Constructors
| Name | Description |
|---|---|
| TreeViewNode() |
Properties
Methods
| Name | Description |
|---|---|
| BuildRenderTree(RenderTreeBuilder) | |
| DisposeAsync() | |
| EnumerateChildrenAndSelf() | |
| Expand(bool) | |
| OnAfterFirstRender() | Method invoked first time the component has been rendered. Note that the component does not automatically re-render after the completion of any returned Task, because that would cause an infinite render loop. |
| OnAfterRender(bool) | |
| OnInitializedAsync() | |
| SetExpanded(bool) | |
| ToString() |