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.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[LayoutAttribute(LayoutType.Accessibility)]
[DefaultValueAttribute("")]
[JsonAttribute(true, true, "")]
[C1CategoryAttribute("Category.Accessibility")]
public string RowHeaderColumn { get; set; }
Visual Basic
<LayoutAttribute(LayoutType.Accessibility)> _
<DefaultValueAttribute("")> _
<JsonAttribute(True, True, "")> _
<C1CategoryAttribute("Category.Accessibility")> _
Public Property RowHeaderColumn As String
	Get
	Set

Field 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