DataControlFieldHeaderCell.AbbreviatedText Property

 

Gets or sets abbreviated text, which is rendered in an HTML abbr attribute and is used by screen readers.

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

public virtual string AbbreviatedText { get; set; }

Property Value

Type: System.String

A shortened version of the table header text, which is read by screen readers. The default value is String.Empty.

The value of the AbbreviatedText property is stored in view state.

.NET Framework
Available since 2.0
Return to top
Show: