Okay, I can't find this in DevExpress' documentation. I have a DevExpress Wizard Control which automatically docks to the forms it's in. How can I disable the docking in Visual Studio 2010? I see no property that seems to be doing this and tried to change the docking in the constructor of the main form by setting the...
wiz.Dock = DockStyle.None;
... but I still can't undock in Visual Studio's designer. I'm sure this is no hard question, but Google lead me nowhere.