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:
property String^ AbbreviatedText {
	virtual String^ get();
	virtual void set(String^ value);
}

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: