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.
SKSatheesh Kumar Balasubramanian Syncfusion Team November 11, 2020 12:58 PM UTC
Hi lorryl,
Greetings from Syncfusion Support.
We have validated your reported query "Cannot change the name of a tab dynamically" and suggest you to modify the particular item changes instead of reassigning the item collection.
Code snippet:
changeTabs():void{
this.headerText[0].name ="Test";// Change the name of a tab dynamically