We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How to change the font/appearance of the navigationbar of ggc

How do I change the font/appearance of the navigationbar of ggc?

1 Reply

AD Administrator Syncfusion Team October 23, 2006 10:11 PM UTC

Hi James,

Please try the below code,

this.gridGroupingControl1.RecordNavigationBar.Font = new Font("Times New Roman", 10f, FontStyle.Italic);
this.gridGroupingControl1.RecordNavigationBar.BackColor = Color.LightYellow;

Regards,
Rajagopal

Loader.
Live Chat Icon For mobile
Up arrow icon