Gets or sets the name of the column to use as the column header for the
C1GridView control. This property is provided to make the control more accessible to users of assistive technology devices.
public System.string RowHeaderColumn {get; set;}
'Declaration
Public Property RowHeaderColumn As System.String
Property Value
The name of the column to use as the column header. The default value is an empty string (""), which indicates that this property is not set.