C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / RowHeaderColumn Property

In This Topic
RowHeaderColumn Property
In This Topic
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.
Syntax
'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.
See Also