RadzenPanelMenuItem Icon "database"

Hi. I want to display the icon with the name "database" in the panelmenuitem icon. It's displaying a different icon, so I assume "database" is somehow unknown to the component. What do I have to do to include the "extended set" of icons.

Thanks for any halp.
Falko

Hi @FGieseke,

The components use Material Symbols by default. Have a look at the Icons demos to see how you to load different icon fonts and use them with the components:

Or follow the steps as described here:

I just tested with the database icon and it seems to work fine:

  <RadzenPanelMenuItem Text="General" Icon="database">

You can try it on our online demo.