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("")]
[JsonAttribute(true, true, "")]
[TypeConverterAttribute(typeof(DataSourceViewSchemaConverter))]
public virtual string DataImageUrlField { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
<JsonAttribute(True, True, "")> _
<TypeConverterAttribute(GetType(DataSourceViewSchemaConverter))> _
Public Overridable Property DataImageUrlField As String
	Get
	Set

Field Value

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

See Also