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?
You can set the tabcontrol's ApperancePage.HeaderActive.Font.Bold
property value to true.