DataControlFieldHeaderCell::AbbreviatedText Property
.NET Framework (current version)
Gets or sets abbreviated text, which is rendered in an HTML abbr attribute and is used by screen readers.
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
Available since 2.0
Show: