I got the email from the Syncfusion support which is:
We have fixed all the memory leak issues which are related to TabControlExt. Now once the TabItems have been removed from the TabControlExt, it won’t be alive in the memory.
As we told earlier Close,CloseAll,CloseAllButThis will not remove the Items from the TabControlExt. Hence you should remove the Items in the CloseButtonClick, CloseAllTabsClick, CloseOtherTabsClick events. So it will get removed from the Memory in the close clicks.
We always recommend the Memory profiler is the best approach for the Memory leak problems instead of TaskManager. We have fixed the leaks based on the ANTS profiler.
Moreover we tested the memory leak problems for the MS TabControl with the TaskManager . We just added and removed the TabItems dynamically. But task manager does not any differences even with the MS TabControl. It always increases the memory when the TabItems are getting added to the TabControl. Please refer the below link for the Memory leak problem with the TabControl.
The question is : How can I access the TabControlExt or TabItemExt in the DockingManager? I need to call dispose of TabItemEx to resolve the Memory leak problem. Thanks for help!