alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class ExpandedEventArgs

    Provides the information about the accordion item expanded action.

    Inheritance
    object
    ExpandedEventArgs
    CollapsedEventArgs
    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 ExpandedEventArgs

    Constructors

    ExpandedEventArgs()

    Declaration
    public ExpandedEventArgs()

    Properties

    Index

    Gets or sets the accordion item index.

    Declaration
    public int Index { get; }
    Property Value
    Type Description
    int

    Accepts an integer value.

    IsExpanded

    Gets the expanded or collapsed state of accordion item.

    Declaration
    public bool IsExpanded { get; }
    Property Value
    Type Description
    bool

    true, if the accordion item is expanded. Otherwise, false.

    Item

    Gets the accordion item that is being expanded or collapsed.

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

    An AccordionItemModel object that represents the accordion item being expanded or collapsed.

    Name

    Gets the name of the event.

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

    Accepts the string value.

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