Gets or sets the name of the column from the data source that contains the values to bind to the ImageUrl 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("")]
[ObsoleteAttribute("Please use DataImageUrlField property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[TypeConverterAttribute(typeof(DataSourceViewSchemaConverter))]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[JsonAttribute(false)]
public string DataImageUrlColumn { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
<ObsoleteAttribute("Please use DataImageUrlField property instead.")> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<TypeConverterAttribute(GetType(DataSourceViewSchemaConverter))> _
<BrowsableAttribute(False)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
<JsonAttribute(False)> _
Public Property DataImageUrlColumn As String
	Get
	Set

Field Value

The name of the column to bind to the ImageUrl property of each image in an C1ImageField object.

Remarks

This property is obsoleted. Please use DataImageUrlField property instead.

See Also