AccordionItem Properties
Name | Type | Default | Description |
---|---|---|---|
Arrow | AccordionItemArrow | AccordionItemArrow.Left | Sets or gets header's arrow position. If the value is 'none' the arrow is not shown. |
Content | string | "" | Sets or gets the content if the item. |
IsExpanded | bool | false | Sets or gets the expanded state. |
Focused | bool | false | Sets or gets the focus state. |
Label | string | "" | Sets or gets the label if the item. |
AccordionItem Events
Name | Type | Description | Event Detail |
---|---|---|---|
OnCollapse | EventCallback<Event> | This event is triggered when the item is collapsed. | N/A |
Collapsed | event AccordionItemCollapsedEventHandler | This event is triggered when the item is collapsed. | AccordionItemCollapsedEventArgs |
OnExpand | EventCallback<Event> | This event is triggered when the item is expanded. | N/A |
Expanded | event AccordionItemExpandedEventHandler | This event is triggered when the item is expanded. | AccordionItemExpandedEventArgs |
Enums
AccordionItemArrow
AccordionItemArrow.Left |
AccordionItemArrow.Right |
AccordionItemArrow.None |