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

Removing Controls Form The Docking Manager

How do I remove controls from the docking manager.

1 Reply

MU Murugan Syncfusion Team April 25, 2007 03:24 PM UTC

Hi Shane,

We could easily remove a control from a DockingManager using SetEnableDocking method. SetEnableDocking ( control , true ) enables a control to add to DockingManager. SetEnableDocking ( control , false ) removes the a control from DockingManager. Please let me know if you have any queries.

Code snippet:

this.dockingManager1.SetEnableDocking ( ctrl , false );

Thanks for using Syncfusion products.

Regards,
Murugan P.S

Loader.
Live Chat Icon For mobile
Up arrow icon