ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1ImageField Class / AlternateText Property

In This Topic
    AlternateText Property (C1ImageField)
    In This Topic
    Gets or sets the alternate text displayed for an image in the C1ImageField object.
    Syntax
    'Declaration
     
    Public Overridable Property AlternateText As System.String
    public virtual System.string AlternateText {get; set;}

    Property Value

    The alternate text for an image displayed in the C1ImageField object. The default value is an empty string (""), which indicates that this property is not set.
    See Also