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.
Up arrow icon