DataImageUrlField Property (C1ImageField)
In This Topic
Gets or sets the name of the column from the data source that contains the values to bind to the
System.Web.UI.WebControls.Image.ImageUrl property of each image in an
C1ImageField object.
Syntax
'Declaration
Public Overridable Property DataImageUrlField As System.String
public virtual System.string DataImageUrlField {get; set;}
Property Value
The name of the column to bind to the
System.Web.UI.WebControls.Image.ImageUrl property of each image in an
C1ImageField object.
See Also