Home › Forums › WinForms controls › Xceed Grid for WinForms › Hiding Row Header
How can I hide Row header?
Imported from legacy forums. Posted by PETE (had 2756 views)
Hi Peter,
If you do not want to see the RowSelectorPane, then you can set its Visible property to false.
GridControl1.RowSelectorPane.Visible = False
Imported from legacy forums. Posted by Jenny [Xceed] (had 221 views)
Thank You.. I need to get aquitnted with the properties.
Imported from legacy forums. Posted by PETE (had 3645 views)