Hi ,
I want to set different title instead of default one "Navigation Pane" shown on XamOutlookbar.
I used the following code.
Infragistics.Windows.OutlookBar.Resources.Customizer.SetCustomizedString("NavigationPaneMinimizedText", "Property Navigation");
if i do this, this is replacing all Xamoutlookbar controls in my application.
This should not happen, I want to set different title for different Xamoutlookbar.
Any one help!
If you want to control that text for a specific instance of a xamOutlookBar then you will need to provide a custom style for a ToggleButton where the key is the XamOutlookBar.NavigationPaneToggleButtonStyleKey. The default style set the Content of that element to a static property which exposes that resource string. The default xaml is included in the install in the DefaultStyles directory so you can use that as the basis for your custom style for this element.