Used to specify templates for rendering menu items.
Inheritance
System.Object
MenuTemplates<TValue>
Assembly: Syncfusion.Blazor.dll
public class MenuTemplates<TValue> : SfBaseComponent
Type Parameters
Constructors
Declaration
Properties
Specifies the template for Menu.
Declaration
public RenderFragment<TValue> Template { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment<TValue> |
|
Methods
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides