Blazorise Accordion API

Explore the Blazorise Accordion API reference for parameters, events, methods, and related types.

For examples and usage guidance, see the Accordion documentation.

API

Parameters

Accordion

Parameter Description TypeDefault
ChildContent

Specifies the content to be rendered inside this Accordion.

RenderFragmentnull

AccordionToggle

Parameter Description TypeDefault
ChildContent

Specifies the content to be rendered inside this AccordionToggle.

RenderFragmentnull

AccordionItem

Parameter Description TypeDefault
ChildContent

Specifies the content to be rendered inside this AccordionItem.

RenderFragmentnull
Visible

Specifies the accordion item visibility state.

boolfalse

AccordionHeader

Parameter Description TypeDefault
ChildContent

Specifies the content to be rendered inside this AccordionHeader.

RenderFragmentnull

AccordionBody

Parameter Description TypeDefault
ChildContent

Specifies the content to be rendered inside this AccordionBody.

RenderFragmentnull

Events

AccordionToggle

Event Description Type
Clicked

Notifies when the toggle button is clicked.

EventCallback<MouseEventArgs>

AccordionItem

Event Description Type
VisibleChanged

Notifies when the accordion item visibility state changes.

EventCallback<bool>

AccordionHeader

Event Description Type
Clicked

Notifies when the accordion header is clicked.

EventCallback<MouseEventArgs>

Methods

AccordionItem

Method DescriptionReturnParameters
Toggle Toggles the accordion item visibility state. Task
On this page