alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class ExpandEventArgs

    Provides the information about the accordion item expanding action.

    Inheritance
    object
    ExpandEventArgs
    CollapseEventArgs
    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 ExpandEventArgs

    Constructors

    ExpandEventArgs()

    Declaration
    public ExpandEventArgs()

    Properties

    Cancel

    Gets or sets whether the prevent the expanding action.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    bool

    Index

    Gets or sets the accordion item index.

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

    IsExpanded

    Gets the expand or collapse state of accordion item.

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

    Item

    Gets the accordion item that is being expand or collapse.

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

    Name

    Gets the name of the event.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved