I am using DockPanel suite. I need to disable the Close button of the DockPanel. I found that:
dockPanel1.CloseButtonVisible = false;
will remove close button. But in my dockpanel there is no property called CloseButtonVisible. So how do I remove close button?
Are you using the DevExpress components ?
If so you should look for: