2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Show or hide the row and columnIn order to show or hide column headers and row headers, the ShowColumnHeaders and ShowRowHeaders property can be used for GridControl, GridDataBoundGrid and GridGroupingControl. GridControl C# //To Hide column headers and row headers gridControl1.ShowColumnHeaders = false; gridControl1.ShowRowHeaders = false; VB 'To Hide column headers and row headers gridControl1.ShowColumnHeaders = False gridControl1.ShowRowHeaders = False Screenshot GridGroupingControl C# //To Hide column headers and row headers gridGroupingControl1.ShowColumnHeaders = false; gridGroupingControl1.ShowRowHeaders = false; VB 'To Hide column headers and row headers gridGroupingControl1.ShowColumnHeaders = False gridGroupingControl1.ShowRowHeaders = False Screenshot GridDataBoundGrid C# //To Hide row headers and column headers gridDataBoundGrid1.ShowColumnHeaders = false; gridDataBoundGrid1.ShowRowHeaders = false; VB 'To Hide row headers and column headers gridDataBoundGrid1.ShowColumnHeaders = False gridDataBoundGrid1.ShowRowHeaders = False Screenshot Samples: |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.