Last Updated: February 25, 2016
·
609
· vitochung

Devexpress barManager Control

Q:
Mainform with menu, and we want to add seperated menu on Subform

But when we add barManager to Subform, the menu would be attach to Mainform's menu

A:

Check Subform.Designer.cs

Mark followed code

//this.barManager1.MainMenu = this.bar2;