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.
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.