hide headers in Devexpress gridcontrol

Vignesh picture Vignesh · Dec 19, 2011 · Viewed 11.5k times · Source

Can anyone tell me how to hide the header in DevExpress gridcontrol..?? I'm using C#.. All I want is a matrix of cells with NO header row with captions.

Answer

Cody Gray picture Cody Gray · Dec 19, 2011

According to their support forum, the proper solution is to toggle the OptionsView.ShowColumnHeaders property.

If you set the property to false, the control will no longer display column headers.