AccessibleHeaderText Property
In This Topic
Gets or sets text that is rendered as the abbr attribute of the column's header cell.
Syntax
'Declaration
Public Overridable Property AccessibleHeaderText As System.String
public virtual System.string AccessibleHeaderText {get; set;}
See Also