we have an application service that manages what is being loaded and unloaded in tabbed documents in our app. the Close all but this menu option is not working with our workflow.
How do I hide this option?
Hi Nick,
Glad you were able to find it.
For anyone else interested you can achieve this by taking the default style which targets the TabPaneHeader and remove the XamMenuItem for "CloseAllButThis".
The style is located in generic.xaml in this directory:C:\Program Files (x86)\Infragistics\NetAdvantage 2011.2\Silverlight\Default Styles\XamDockManager
The style starts on line 3073 and the menu item is located on line 3378.
nevermind I found the style