AD
Administrator
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.