We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Programatically hide toolbar

Using ES 2.1.0.9 How can I programatically hide/show a toolbar? I am using the XPMenus and not the command bars. Thanks, Sean

1 Reply

AD Administrator Syncfusion Team September 21, 2004 01:53 PM UTC

Hi Sean, You could hide/show a XPMenus.Bar using the following code : CommandBar cmdbar = this.mainFrameBarManager1.GetBarControl(bar); cmdbar.Visible = false; // false to hide, true to show Let me know if you need any additional information. Regards, Guru Patwal Syncfusion, Inc.

Loader.
Live Chat Icon For mobile
Up arrow icon