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
1655
Close an TabItemEx through code.
posted

Hi,

 

Can you tell me how to close a TabItemEx through code?

I create a TabItemEx dynamically. After saving the data i need to close the current tab and go to master tab.

How can i do this?

 

Thanks & Regards,

Varun R

  • 69686
    posted

    Hello Varun,

    You can use commands like CloseSelected, Close, CloseAll, CloseAllButThis commands. You can see an example for this in the XamFeatureBrowser under XamTabControl - Interacting with the XamTabControl - Using Commands.

    Hope this helps