The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
SSSharon Sanchez Selvaraj Syncfusion Team February 25, 2021 11:43 AM UTC
Hi Hosney,
Greetings from Syncfusion Support.
We have checked with your reported query and we have created a sample over here for your reference. Using the created event of Dashboard Layout component, the panel header is updated.
Please check with the code block given here for your reference.
function created(){
console.log("created");
dashboard.panels[0].header="<h4>Header</h4>";
}
Please check with the below sample for your reference.