Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
965
Don't allow certain tabs to ever be closed
posted

Hello,

I have an UltraTabbedMdiManager in which I programatically open two tabs.

The user can then open additional tabs from the information contained in these two tabs.

I'd like for the two tabs to never close. While the user opened ones can be closed.

How can I go about doing this?

Parents
  • 1980
    Verified Answer
    Offline posted

    Hello Anthony,


    You can prevent a tab from closing by setting the AllowClose property. When the selected tab cannot be closed, the close button will appear disabled and the 'Close' menu option on the context menu that is displayed for the tab will be removed.

    You can find more information about displaying a close button on each tab in Infragistics documentation.

Reply Children
No Data