Hi Vincent,
You could hide/show a XPMenus.Bar by getting hold of the CommandBarExt object associated with that Bar and setting its Visible property to false/true.
CommandBarExt cmdBarExt1 = this.mainFrameBarManager1.GetBarControl(this.bar1) as CommandBarExt;
cmdBarExt1.Visible = false;
I have attached a
sample application that demonstrates this. Thanks for choosing Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.