Blazor

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

    Show / Hide Table of Contents

    Class ExpandEventArgs

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

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

    Constructors

    ExpandEventArgs()

    Declaration
    public ExpandEventArgs()

    Properties

    Cancel

    Specifies a value that indicates to prevent the current action.

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

    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