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
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