Gets or sets the alternate text displayed for an image in the C1ImageField object.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, "")]
[DefaultValueAttribute("")]
public virtual string AlternateText { get; set; }
Visual Basic
<JsonAttribute(True, True, "")> _
<DefaultValueAttribute("")> _
Public Overridable Property AlternateText As String
	Get
	Set

Field 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