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#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[DefaultValueAttribute("")]
[JsonAttribute(false)]
[TypeConverterAttribute(typeof(DataSourceViewSchemaConverter))]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[ObsoleteAttribute("Please use DataAlternateTextField property instead.")]
public string DataAlternateTextColumn { get; set; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<DefaultValueAttribute("")> _
<JsonAttribute(False)> _
<TypeConverterAttribute(GetType(DataSourceViewSchemaConverter))> _
<BrowsableAttribute(False)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
<ObsoleteAttribute("Please use DataAlternateTextField property instead.")> _
Public Property DataAlternateTextColumn As String
	Get
	Set

Field Value

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

Remarks

This property is obsoleted. Please use DataAlternateTextField property instead.

See Also