Kyra
Kyra

Reputation: 5407

Allow the DevExpress.XtraTab.XtraTabControl have its tabs at the bottom

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

Answers (1)

Koen
Koen

Reputation: 2571

Have a look at the XtraTabControl.HeaderLocation property

Also check out the XtraTabControl.HeaderOrientation Property

Upvotes: 2

Related Questions