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

Header text

I am using Grid control and I want to access(get) the grid column header text. Which property is exposed for that.

thanks
vivek

1 Reply

RA Rajagopal Syncfusion Team June 7, 2007 05:41 PM UTC

Hi Vivek,

To get/set the column header text in a GridControl, you can use the style.Text property of the concerned cell in row 0.

gridControl[0, 1].Text = "MyHeaderText";

Regards,
Rajagopal

Loader.
Live Chat Icon For mobile
Up arrow icon