Inheritance
System.Object
DropDownMenuItems
Assembly: Syncfusion.Blazor.dll
public class DropDownMenuItems : OwningComponentBase
Constructors
Declaration
public DropDownMenuItems()
Methods
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
System.Threading.Tasks.Task |