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
1040
Ribbon Toolbar
posted

Hi~  I used Infragistics v11.2.

I did Ribbon tool Office2007UICompatibilty = False, and

Ribbon.FileMenuStyle = None .

I want to delete that part like screen below.

How can I do?

 

Parents
No Data
Reply
  • 53790
    Verified Answer
    posted

    Hello Min,

    Maybe you could try to set:

    this.ultraToolbarsManager1.Ribbon.QuickAccessToolbar.Visible = false;

     

    Let me know if you have any questions.

Children