Blazor

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

    Show / Hide Table of Contents

    Class ExpandedEventArgs

    A class that holds options to control the expanded item action.

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

    Constructors

    ExpandedEventArgs()

    Declaration
    public ExpandedEventArgs()

    Properties

    Content

    Declaration
    public DOM Content { get; set; }
    Property Value
    Type Description
    DOM

    Element

    Declaration
    public DOM Element { get; set; }
    Property Value
    Type Description
    DOM

    Index

    Returns the Accordion Item Index.

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    IsExpanded

    Returns the expand or collapse state.

    Declaration
    public bool IsExpanded { get; set; }
    Property Value
    Type Description
    System.Boolean

    Item

    Returns the current Accordion Item Object.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved