Blazor

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

    Show / Hide Table of Contents

    Class SpeedDialOpenCloseEventArgs

    Provides information about the in Opened and Closed event callback.

    Inheritance
    System.Object
    SpeedDialOpenCloseEventArgs
    Namespace: Syncfusion.Blazor.Buttons
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SpeedDialOpenCloseEventArgs : Object

    Constructors

    SpeedDialOpenCloseEventArgs()

    Declaration
    public SpeedDialOpenCloseEventArgs()

    Properties

    Element

    Gets the popup element reference.

    Declaration
    public ElementReference Element { get; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.ElementReference
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved