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
250
Urgenttt -- Navigation Pane - change title to custom string
posted

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!

 

 

Parents
No Data
Reply
  • 54937
    Suggested Answer
    Offline posted

    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.

Children
No Data