Class SpeedDialItems
Represents a collection of SpeedDialItem.
Inheritance
System.Object
SpeedDialItems
Namespace: Syncfusion.Blazor.Buttons
Assembly: Syncfusion.Blazor.dll
Syntax
public class SpeedDialItems : OwningComponentBase
Remarks
To generate dynamic SpeedDialItem based on collection, use @foreach
within SpeedDialItems tag directive.
Examples
In the below code example, a basic SpeedDial has been rendered using SpeedDialItems tag directive.
<SfSpeedDial Content="Edit">
<SpeedDialItems>
<SpeedDialItem Text="Cut"></SpeedDialItem>
<SpeedDialItem Text="Copy"></SpeedDialItem>
<SpeedDialItem Text="Paste"></SpeedDialItem>
</SpeedDialItems>
</SfSpeedDial>
Constructors
SpeedDialItems()
Declaration
public SpeedDialItems()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |