Save $100 with our Black Friday deals!

Get $100 OFF with promo code BLACKFRIDAY2024 at checkout until November 30.

See Pricing

Still using Radzen Studio?
Achieve more with Radzen Blazor Studio

Radzen Blazor Studio is our new flagship product and vision of how rapid Blazor application development should be done.

Go to Radzen Blazor Studio

Panel (Angular)

This guide demonstrates how to use the Panel component.

Panel Properties

Name Type Default Description
Name string ‘panel’ + index suffix Unique name the component.
Text string ‘Panel’ The header text displayed by the panel.
AllowCollapse boolean false Allow the user to collapse the panel.
Icon string null Panel icon.
HeaderTemplate string null Panel header template.
FooterTemplate string null Panel footer template.

Panel Events

Name Type Default Description
Collapse event null Fired when the panel collapses. No event arguments.
Expand event null Fired when the panel expands. No event arguments.