ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1ImageField Class / DataImageUrlField Property

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