C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1ImageField Class / DataImageUrlField Property

In This Topic
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
 

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