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.
'Declaration
Public Property RowHeaderColumn As System.String
public System.string RowHeaderColumn {get; set;}
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.