Reputation: 5407
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?
Upvotes: 0
Views: 1117
Reputation: 2571
Have a look at the XtraTabControl.HeaderLocation property
Also check out the XtraTabControl.HeaderOrientation Property
Upvotes: 2