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
90
Persist Quick Access Toolbar Selections
posted

Is there a simple way to persist the Quick Access Toolbar selections made by a user?

Parents
No Data
Reply
  • 54937
    Suggested Answer
    Offline posted

    Currently there is no built in save/load functionality in the xamRibbon. You should submit a suggestion for adding this. In the interim you would need to save this manually. You could possibly iterate the Items collection of the QuickAccessToolbar and save out the TargetId of the QatPlaceholderTool instances in that collection and then use that to build new QatPlaceholderTool instances when the application is loaded.

Children