ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewHeaderCell Class / AbbreviatedText Property

In This Topic
    AbbreviatedText Property
    In This Topic
    Gets or sets abbreviated text, which is rendered in an HTML abbr attribute and is used by screen readers.
    Syntax
    'Declaration
     
    Public Overridable Property AbbreviatedText As System.String
    public virtual System.string AbbreviatedText {get; set;}
    See Also