AccordionItem Blazor API

AccordionItem Properties

NameTypeDefaultDescription
ArrowAccordionItemArrowAccordionItemArrow.LeftSets or gets header's arrow position. If the value is 'none' the arrow is not shown.
Contentstring ""Sets or gets the content if the item.
IsExpandedboolfalseSets or gets the expanded state.
FocusedboolfalseSets or gets the focus state.
Labelstring""Sets or gets the label if the item.

AccordionItem Events

NameTypeDescriptionEvent Detail
OnCollapseEventCallback<Event>This event is triggered when the item is collapsed.N/A
Collapsedevent AccordionItemCollapsedEventHandlerThis event is triggered when the item is collapsed.AccordionItemCollapsedEventArgs
OnExpandEventCallback<Event>This event is triggered when the item is expanded.N/A
Expandedevent AccordionItemExpandedEventHandlerThis event is triggered when the item is expanded.AccordionItemExpandedEventArgs

Enums

AccordionItemArrow

AccordionItemArrow.Left
AccordionItemArrow.Right
AccordionItemArrow.None