Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AccordionClickArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AccordionClickArgs

    A class that holds options to control the accordion click action.

    Inheritance
    System.Object
    AccordionClickArgs
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AccordionClickArgs : Object

    Constructors

    AccordionClickArgs()

    Declaration
    public AccordionClickArgs()

    Properties

    Item

    Returns the current Accordion item.

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

    Name

    Returns the name of the event.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    OriginalEvent

    Declaration
    public MouseEventArgs OriginalEvent { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.Web.MouseEventArgs
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved