Class ExpandedEventArgs
A class that holds options to control the expanded item action.
Inheritance
System.Object
ExpandedEventArgs
Assembly: Syncfusion.Blazor.dll
Syntax
public class ExpandedEventArgs : Object
Constructors
ExpandedEventArgs()
Declaration
public ExpandedEventArgs()
Properties
Content
Declaration
public DOM Content { get; set; }
Property Value
Element
Declaration
public DOM Element { get; set; }
Property Value
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
Name
Returns the name of the event.
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|