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.
ADAdministrator Syncfusion Team January 17, 2005 04:06 PM UTC
Hi Rich,
To hide the close button of an XPTaskPane simply insert the following statement into your code.
this.xpTaskPane1.HeaderRightToolbar.Items[1].Visible = false;
This will hide the BarItem that represents the Close button. Alternatively, if you dislike the empty space that will appear at the upper right of the pane from the first solution, you could set the Enabled property to false.
Regards,
Gregory Austin
Syncfusion, Inc.