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
905
Save and Load QuickAccessToolbar.Items
posted

I get item.Target property (an ID value) from ControlXamRibbon.QuickAccessToolbar.Items and I save them into Settings. I want to programitically load them into QuickAccessToolbar again from Settings. But when i rerun the application those Target values change.

Is there a solution to save and load QuickAccessToolbar.Items.

Parents
No Data
Reply
  • 54937
    Suggested Answer
    Offline posted

    If you don't set the Id property of each tool then its Id is set to a unique autogenerated value so each time the application is run that value will be different. If you're going to save the items of the QAT then you need to set the Id property of each tool to a unique value.

Children
No Data