Class SpeedDialItemEventArgs
Provides information about the ItemRendered and the ItemClicked event callback.
Inheritance
System.Object
SpeedDialItemEventArgs
Namespace: Syncfusion.Blazor.Buttons
Assembly: Syncfusion.Blazor.dll
Syntax
public class SpeedDialItemEventArgs : Object
Constructors
SpeedDialItemEventArgs()
Declaration
public SpeedDialItemEventArgs()
Properties
Element
Gets the selected speed dial item element reference.
Declaration
public ElementReference Element { get; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.ElementReference | The reference to the popup element of the SpeedDial. |
Item
Gets the selected speed dial item.
Declaration
public SpeedDialItem Item { get; }
Property Value
Type | Description |
---|---|
SpeedDialItem | The currently selected speed dial item. |