System.Web.UI.WebControls.RepeatInfo.UseAccessibleHeader Property

Gets or sets a value to indicate whether to add a TableHeaderCell.Scope attribute when the control is rendered as a System.Web.UI.WebControls.Table.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool UseAccessibleHeader { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If true and the control is rendered as a System.Web.UI.WebControls.Table, a "scope" attribute with value "col" is added and a table header cell (<th>) is rendered instead of a table cell (<td>) for the header cells when the System.Web.UI.WebControls.Table is rendered. This attribute can be used by screen readers.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0