By default, users can't close the tabs on a C1TabControl control. You can add a close button to each tab by setting the TabItemClose property to InEachTab. This will allow users to close any tab in the control. On-tab close buttons appear as follows:
If you prefer, you can create a global close button that will appear on the tabstrip instead of directly on the tabs. To add the global close button, you set the TabItemClose property to GlobalClose. Clicking the global close button will close the currently selected tab. The global close button appears as follows:
To allow users to close tabs, follow one of the following methods:
To prevent a user from closing a particular tab, use one of the following methods: