RepeatInfo.UseAccessibleHeader Property

Definition

Gets or sets a value to indicate whether to add a Scope attribute when the control is rendered as a Table.

public bool UseAccessibleHeader { get; set; }

Property Value

true if a "scope" attribute is to be added, otherwise, false.

Remarks

If true and the control is rendered as a 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 Table is rendered. This attribute can be used by screen readers.

Applies to

Product Versies
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also