0

I'm using DevExpress barItem on my RibbonForm. I deleted Ribbon component and I want to have barItem instead of Ribbon. But have interesting view. I'm adding 2 diffrent pictures. I think they can tell all problems. How can I put barItem under RibbonForm?
Desing Time

Run Time

nempoBu4
  • 6,521
  • 8
  • 35
  • 40

1 Answers1

0

You can use BarManager.Form property. Just add the PanelControl into your RibbonForm and set BarManager.Form property to this panel.
Here is the result:

enter image description here

nempoBu4
  • 6,521
  • 8
  • 35
  • 40