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
340
How to save QAT State
posted

Hi,

I'd like to save 'shortcuts' added by users in the Quick Access Toolbar between sessions, in order to reload it on startup.

I found many examples for Windows forms, but mentioned methods (Ribbon.savesettingstostream, ribbon.savetoXML) seems not to be implemented in WPF.

Does anybody know how to do?

thanks

Parents
No Data
Reply
  • 30945
    Verified Answer
    Offline posted

    Hello Lionel,

    I managed to solve your issue by creating two methods for loading and saving Quick Access Toolbar’s content into XML file.

    I created and attached a sample application for the described above.

    Please let me know if this is what you needed and if you require any further assistance on the matter

    Sincerely,

    Krasimir

    Developer Support Engineer

    Infragistics, Inc.

    www.infragistics.com/support

    RibbonQAT.zip
Children