alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class AccordionClickArgs

    Provides the information about the accordion click action.

    Inheritance
    object
    AccordionClickArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AccordionClickArgs

    Constructors

    AccordionClickArgs()

    Declaration
    public AccordionClickArgs()

    Properties

    Item

    Gets the accordion item that is being clicked.

    Declaration
    public AccordionItemModel Item { get; }
    Property Value
    Type Description
    AccordionItemModel

    An AccordionItemModel object that represents the clicked accordion item.

    Name

    Gets the name of the event.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Accepts the string value.

    OriginalEvent

    Gets the mouse event informations.

    Declaration
    public MouseEventArgs OriginalEvent { get; }
    Property Value
    Type Description
    MouseEventArgs

    The MouseEventArgs object that contains the mouse event data.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved