Class SpeedDialBeforeOpenCloseEventArgs
Inheritance
System.Object
SpeedDialBeforeOpenCloseEventArgs
Namespace: Syncfusion.Blazor.Buttons
Assembly: Syncfusion.Blazor.dll
Syntax
public class SpeedDialBeforeOpenCloseEventArgs : Object
Constructors
SpeedDialBeforeOpenCloseEventArgs()
Declaration
public SpeedDialBeforeOpenCloseEventArgs()
Properties
Cancel
Gets or sets whether the to cancel the open/close action of speed dial.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
Speed dial displays list of action buttons on click and the list is closed when speed dial item clicked.
Element
Gets the popup element reference.
Declaration
public ElementReference Element { get; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.ElementReference | The reference to the popup element of the SpeedDial. |