Articles in this section
Category / Section

How to control the visbility of row headers?

1 min read

The ShowRowHeader property in the TableOptions controls the visibility settings for the row header column. This property is true by default. Please refer the below code snippet which illustrates this:

C#

this.GridGroupingControl1.TableOptions.ShowRowHeader = false;

VB

Me.GridGroupingControl1.TableOptions.ShowRowHeader = False

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied