Calendar.UseAccessibleHeader Property

Definition

Gets or sets a value that indicates whether to render the table header <th> HTML element for the day headers instead of the table data <td> HTML element.

C#
public virtual bool UseAccessibleHeader { get; set; }

Property Value

true if the <th> element is used for day header cells; false if the <td> element is used for day headers.

Remarks

The table header <th> HTML element is used for day header cells by default. You can revert to the .NET Framework version 1.0 behavior of using <td> elements for day header cells by setting this property to false.

Note that changing this value can affect scripts that rely on the rendering behavior of the version 1.0 edition of this control. The use of the <th> element might also alter the visible rendering of the Calendar control in browsers by making the day header cells center-aligned and bold.

Applies to

Product Versions
.NET Framework 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