Class TreeViewTemplates<TValue>
The TreeView component allows you to customize the look of TreeView nodes using Templates
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
TreeViewTemplates<TValue>
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public class TreeViewTemplates<TValue> : SfBaseComponent
Type Parameters
Name | Description |
---|---|
TValue |
Constructors
TreeViewTemplates()
Declaration
public TreeViewTemplates()
Properties
NodeTemplate
Declaration
public RenderFragment<TValue> NodeTemplate { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.RenderFragment<TValue> |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()