MatExpansionPanel provides an expandable details-summary view.
| Name | Type | Description |
|---|---|---|
| Attributes | Dictionary<String,Object> | Gets or sets a collection of additional attributes that will be applied to the created element. |
| ChildContent | RenderFragment | Child content of MatExpansionPanel |
| Class | String | Specifies one or more classnames for an DOM element. |
| Expanded | Boolean | |
| ExpandedChanged | EventCallback<Boolean> | |
| HideToggle | Boolean | Hides the toggle icon in the expansion panel summary |
| Id | String | |
| LazyRendering | Boolean | Enables lazy rendering of the expansion panel details. |
| RefBack | ForwardRef | |
| Style | String | Specifies an inline style for an DOM element. |
| Ref | ElementReference | Returned ElementRef reference for DOM element. |
| Name | Type | Description |
|---|---|---|
| Attributes | Dictionary<String,Object> | Gets or sets a collection of additional attributes that will be applied to the created element. |
| ChildContent | RenderFragment | Child content of MatAccordion |
| Class | String | Specifies one or more classnames for an DOM element. |
| HideToggle | Boolean | Hides toggle icon for all expansion panel summaries in the accordion |
| Id | String | |
| LazyRendering | Boolean | Enables lazy rendering for all expansion panel details in the accordion. |
| Multi | Boolean | |
| RefBack | ForwardRef | |
| Style | String | Specifies an inline style for an DOM element. |
| Ref | ElementReference | Returned ElementRef reference for DOM element. |
I'm visible because I am open
Content of panel 0
Content of panel 1
Content of panel 2
Content of panel 3
Content of panel 4
Content of panel 5
Content of panel 6
Content of panel 7
Content of panel 8
Content of panel 9