AlternateText Property (C1ImageField)
Gets or sets the alternate text displayed for an image in the
C1ImageField object.
public virtual System.string AlternateText {get; set;}
'Declaration
Public Overridable Property AlternateText As System.String
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.