System.Web.UI.WebControls.TableHeaderCell.AbbreviatedText Property

Gets or sets the abbr attribute of the HTML th element for the System.Web.UI.WebControls.TableHeaderCell control.

Syntax

[System.ComponentModel.DefaultValue("")]
public virtual string AbbreviatedText { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The TableHeaderCell.AbbreviatedText property is rendered as the abbr attribute of the HTML th element. The abbr attribute is used by screen readers to read a shortened version of a header for each cell in the table. The TableHeaderCell.AbbreviatedText property is significant for browsers that render abbreviated text in place of the content for the System.Web.UI.WebControls.TableHeaderCell control.

The value of this property is stored in view state.

Requirements

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