Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpeedDialItemEventArgs

    Show / Hide Table of Contents

    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

    Item

    Gets the selected speed dial item.

    Declaration
    public SpeedDialItem Item { get; }
    Property Value
    Type Description
    SpeedDialItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved