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
110
xamRibbon Control: How to Remove (or disable) "Show Quick Access Tool Bar Above the Ribbon"
posted

Hi -

On right click of the xamRibbon control we get the  "Show Quick Access Toolbar Above the Ribbon". 

How can this be removed?  If not removed, how can this be disabled?

Thanks in advance for your help. Regards,

-Gregg

Parents
No Data
Reply
  • 30945
    Offline posted

    Hello Gregg,

     

    Thank you for your post. I have been reading through it and I have created a sample application for you that demonstrates how you can remove the menu item that you have referred to. To do that you can create a style with an EventSetter for the Opened event of the RibbonContextMenu and in the event handler you can get the item that you have mentioned and remove it from the Items collection of the RibbonContextMenu.

     

     

    Please let me know if you need any further assistance on the matter.

     

    Sincerely,

    Krasimir

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

    RemovingShowQATMenuItem.zip
Children