A Blazor component that displays a list of collapsible panels.
The following tables list the members exposed by the Accordion type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the Accordion class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets the content to display. |
|
![]() |
Gets the list of currently expanded items. |
|
![]() |
Gets or sets a value indicating whether multiple items can be expanded. |
|
![]() |
Gets the list of items displayed in the control. |
|
![]() |
Gets or sets the size of the category headers. |
|
![]() |
Gets or sets a list of custom style attributes to be applied to the control's DOM element. |
|
![]() |
Gets or sets the CSS theme of the control. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Collapses the specified item. |
|
![]() |
Collapses the specified items. |
|
![]() |
Expands the specified item. |
|
![]() |
Expands the specified items. |
|
![]() |
|
|
![]() |
Toggles the expanded mode of the specified item. |
Protected Methods| Name | Description | |
|---|---|---|
![]() |
|
|
![]() |
|
Public Events| Name | Description | |
|---|---|---|
![]() |
Raised when an item is expanded or collapsed. |
|
![]() |
Raised when an item is being expanded or collapsed. |
See Also