Used to specify templates for rendering menu items.
Inheritance
MenuTemplates<TValue>
Assembly: Syncfusion.Blazor.dll
public class MenuTemplates<TValue> : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Type Parameters
Constructors
Declaration
Properties
Specifies the template for Menu.
Declaration
[Parameter]
public RenderFragment<TValue> Template { get; set; }
Property Value
Methods
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| bool |
disposing |
|
Overrides
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
Implements