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

In This Topic
    DataAlternateTextFormatString Property
    In This Topic
    Gets or sets the string that specifies the format in which the alternate text for each image in an C1ImageField object is rendered.
    Syntax
    'Declaration
     
    Public Overridable Property DataAlternateTextFormatString As System.String
    public virtual System.string DataAlternateTextFormatString {get; set;}

    Property Value

    A string that specifies the format in which the alternate text for each image in an C1ImageField object is rendered. The default value is an empty string (""), which indicates that now special formatting is applied to the alternate text.
    See Also