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

In This Topic
    DataAlternateTextField Property
    In This Topic
    Gets or sets the name of the column from the data source that contains the values to bind to the AlternateText property of each image in an C1ImageField object.
    Syntax
    'Declaration
     
    Public Overridable Property DataAlternateTextField As System.String
    public virtual System.string DataAlternateTextField {get; set;}

    Property Value

    The name of the field to bind the AlternateText property of each image in an System.Web.UI.WebControls.ImageField object.
    See Also