Question

I want to make active tab text bold , tabs are DevExpress xtraTabs

So, wherever the DevExpress XTraTabs are used, make the text of active tab bold. Set this property once and not everywhere.How to achieve this?

Was it helpful?

Solution

You can set the tabcontrol's ApperancePage.HeaderActive.Font.Bold property value to true.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top