Using a derived blazor component

Good evening,

is there a possibility to derive a blazor component class and use it then instead of the original class. At the moment I have to make a lot of settings each time I create a new page and I have to copy always te same own code to the partial class of a page to have the same appearance and usabilty.

I have searched the documentation but I did not find anything to this.

Best regards

Frank

Hi @FrankWuttke,

Yes, you can inherit from Radzen Blazor components to provide default settings for your case. You can also drop a component in a page, set whatever is needed and use this page as custom component across other pages: