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.

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

Syntax

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

Field Value

The name of the field to bind the AlternateText property of each image in an ImageField object.

See Also