I am using DevExpress 11.2 within Visual Studio 2010 and I am currently using the DevExpress.XtraTab.XtraTabControl within my form. I love the way the tabs look; however, I would like the tabs to be located at the bottom of the TabControl rather than the top. Is there any way to do this?
Share
Have a look at the XtraTabControl.HeaderLocation property
Also check out the XtraTabControl.HeaderOrientation Property