Can someone tell me how to hide the header in DevExpress gridcontrol .. ?? I am using C #. All I want is a cell matrix with a title bar NO with captions.
go to the grid run constructor, then try changing the show groupe panel openability and make it false. (Function bar / group group / group group / group group)
According to their support forum , the correct solution is to switch the OptionsView.ShowColumnHeaders property .
OptionsView.ShowColumnHeaders
If you set the property to false , the control will no longer display column headers.
false
What is the DevExpress grid control you are using?Please use the following ShowColumnHeaders options:
Set the ShowColumnHeaders property to false.
Source: https://habr.com/ru/post/1387021/More articles:Stop Blank Reports from Sending to SSRS 2008 R2 Data Subscription - sql-server-2008Performance Cassandra 1.0 - performanceA very large pair of key values ββin Hadoop - keySpring cron expression every 30 minutes - springCustom scrollbar height in jScrollPane jquery plugin - javascriptThe best way to program buttons / images - androidPerlcritic - error with two arguments "open" - perlChecking Pending Changes When Using WPF Explicit Binding - data-bindingJava Class Name Compatibility - javaSymfony2 Doctrine Users - phpAll Articles