Search code examples
winformsdevexpress-windows-ui

Make active tab text bold - DevExpress WinForm


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?


Solution

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