I'm using Visual Studio 2010 with Devexpress 15.1 Demo version. I'm developing my graduate project. When I maximize any XtraForm, other XtraForms are also affecting and all of them has been maximized. Further if I make WindowState to Normal, all of them goes to Normal State. I have a XtraForm called BaseForm, and I create a new Form by inheriting BaseForm. Forms are not interdependent.
1- I set into the BaseForm Load Event - WindowState = FormWindowState.Normal; Failure.
2- I set into the Inherited Forms - WindowState = FormWindowState.Normal; Failure.
Any ideas?